< prev index next >

core/tests/org.openjdk.jmc.flightrecorder.rules.test/pom.xml

Print this page
*** 37,10 ***
--- 37,13 ---
  		<groupId>org.openjdk.jmc</groupId>
  		<artifactId>missioncontrol.core.tests</artifactId>
  		<version>8.0.0-SNAPSHOT</version>
  	</parent>
  	<artifactId>flightrecorder.rules.test</artifactId>
+ 	<properties>
+ 		<spotless.config.path>${basedir}/../../../configuration/ide/eclipse/formatting/formatting.xml</spotless.config.path>
+ 	</properties>
  	<dependencies>
             <dependency>
                     <groupId>org.openjdk.jmc</groupId>
                     <artifactId>flightrecorder.test</artifactId>
                     <type>test-jar</type>
< prev index next >