< prev index next >

application/org.openjdk.jmc.browser/pom.xml

Print this page
*** 38,10 ***
--- 38,15 ---
  		<artifactId>missioncontrol.application</artifactId>
  		<version>8.0.0-SNAPSHOT</version>
  	</parent>
  	<artifactId>org.openjdk.jmc.browser</artifactId>
  	<packaging>eclipse-plugin</packaging>
+ 		
+ 	<properties>
+ 		<spotless.config.path>${basedir}/../../configuration/ide/eclipse/formatting/formatting.xml</spotless.config.path>
+ 	</properties>
+ 	
  	<build>
  		<plugins>
  			<plugin>
  				<groupId>org.eclipse.tycho</groupId>
  				<artifactId>tycho-compiler-plugin</artifactId>
< prev index next >