< prev index next >

releng/third-party/pom.xml

Print this page
@@ -35,10 +35,15 @@
  	<modelVersion>4.0.0</modelVersion>
  	<groupId>org.openjdk.jmc</groupId>
  	<artifactId>external-dependencies</artifactId>
  	<packaging>war</packaging>
  	<version>8.0.0-SNAPSHOT</version>
+ 
+ 	<properties>
+ 		<spotless.config.path>${basedir}/../../configuration/ide/eclipse/formatting/formatting.xml</spotless.config.path>
+ 	</properties>
+ 
  	<build>
  		<plugins>
  			<plugin>
  				<groupId>org.reficio</groupId>
  				<artifactId>p2-maven-plugin</artifactId>
< prev index next >