< prev index next > application/pom.xml
Print this page
<artifactId>missioncontrol</artifactId>
<version>8.0.0-SNAPSHOT</version>
</parent>
<artifactId>missioncontrol.application</artifactId>
<packaging>pom</packaging>
+
+ <properties>
+ <maven.compiler.source>1.8</maven.compiler.source>
+ <maven.compiler.target>1.8</maven.compiler.target>
+ <spotless.config.path>${basedir}/../configuration/ide/eclipse/formatting/formatting.xml</spotless.config.path>
+ <jfr.tests/>
+ <jfr.vmargs>-XX:+UnlockCommercialFeatures -XX:+FlightRecorder</jfr.vmargs>
+ </properties>
+
<modules>
<module>org.openjdk.jmc.alert</module>
<module>org.openjdk.jmc.attach</module>
<module>org.openjdk.jmc.browser</module>
<module>org.openjdk.jmc.browser.attach</module>
<modules>
<module>uitests</module>
</modules>
</profile>
</profiles>
- <properties>
- <maven.compiler.source>1.8</maven.compiler.source>
- <maven.compiler.target>1.8</maven.compiler.target>
- <jfr.tests/>
- <jfr.vmargs>-XX:+UnlockCommercialFeatures -XX:+FlightRecorder</jfr.vmargs>
- </properties>
<dependencies>
<dependency>
<groupId>org.openjdk.jmc</groupId>
<artifactId>common</artifactId>
<version>8.0.0-SNAPSHOT</version>
< prev index next >