< prev index next > application/uitests/org.openjdk.jmc.flightrecorder.uitest/pom.xml
Print this page
<version>8.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.openjdk.jmc.flightrecorder.uitest</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+
<properties>
- <ui.flr.test.excludes>**/*MetadataTest*,${ui.test.excludes}</ui.flr.test.excludes>
+ <ui.flr.test.excludes>**/*MetadataTest*,${ui.test.excludes}</ui.flr.test.excludes>
+ <spotless.config.path>${basedir}/../../../configuration/ide/eclipse/formatting/formatting.xml</spotless.config.path>
</properties>
+
<profiles>
<profile>
<id>runmetadatatest</id>
<activation>
<property>
< prev index next >