< prev index next >

application/tests/org.openjdk.jmc.flightrecorder.ext.jfx.test/pom.xml

Print this page
@@ -37,7 +37,11 @@
  		<groupId>org.openjdk.jmc</groupId>
  		<artifactId>missioncontrol.application.tests</artifactId>
  		<version>8.0.0-SNAPSHOT</version>
  	</parent>
  	<artifactId>org.openjdk.jmc.flightrecorder.ext.jfx.test</artifactId>
-     <packaging>eclipse-test-plugin</packaging>
+ 	<packaging>eclipse-test-plugin</packaging>
+ 
+ 	<properties>
+ 		<spotless.config.path>${basedir}/../../../configuration/ide/eclipse/formatting/formatting.xml</spotless.config.path>
+ 	</properties>
  </project>
< prev index next >