< prev index next >

releng/pom.xml

Print this page
@@ -38,9 +38,14 @@
  		<artifactId>missioncontrol</artifactId>
  		<version>8.0.0-SNAPSHOT</version>
  	</parent>
  	<artifactId>missioncontrol.releng</artifactId>
  	<packaging>pom</packaging>
+ 	
+ 	<properties>
+ 		<spotless.config.path>${basedir}/../configuration/ide/eclipse/formatting/formatting.xml</spotless.config.path>
+ 	</properties>
+ 	
  	<modules>
  		<module>platform-definitions</module>
  	</modules>
  </project>
< prev index next >