< prev index next >

core/tests/org.openjdk.jmc.common.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>common.test</artifactId>
+ 	<properties>
+ 		<spotless.config.path>${basedir}/../../../configuration/ide/eclipse/formatting/formatting.xml</spotless.config.path>
+ 	</properties>
  	<packaging>jar</packaging>
  	<dependencies>
  		<dependency>
  			<groupId>org.openjdk.jmc</groupId>
  			<artifactId>common</artifactId>
< prev index next >