< prev index next >

core/coverage/pom.xml

Print this page
*** 41,10 ***
--- 41,14 ---
  	</parent>
  	<artifactId>coverage</artifactId>
  	<name>Code coverage report jmc/core</name>
  	<packaging>pom</packaging>
  
+ 	<properties>
+ 		<spotless.config.path>${basedir}/../../configuration/ide/eclipse/formatting/formatting.xml</spotless.config.path>
+ 	</properties>
+ 
  	<dependencies>
  		<!-- First all the modules in core/ -->
  		<dependency>
  			<groupId>org.openjdk.jmc</groupId>
  			<artifactId>common</artifactId>
< prev index next >