< prev index next >

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

Print this page
*** 37,11 ***
  		<groupId>org.openjdk.jmc</groupId>
  		<artifactId>missioncontrol.core.tests</artifactId>
  		<version>8.0.0-SNAPSHOT</version>
  	</parent>
  	<artifactId>flightrecorder.rules.jdk.test</artifactId>
! 
  	<dependencies>
  		<dependency>
  			<groupId>org.openjdk.jmc</groupId>
  			<artifactId>flightrecorder.rules.test</artifactId>
  			<type>test-jar</type>
--- 37,13 ---
  		<groupId>org.openjdk.jmc</groupId>
  		<artifactId>missioncontrol.core.tests</artifactId>
  		<version>8.0.0-SNAPSHOT</version>
  	</parent>
  	<artifactId>flightrecorder.rules.jdk.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.rules.test</artifactId>
  			<type>test-jar</type>
< prev index next >