< prev index next >

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

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