< prev index next >

application/org.openjdk.jmc.rcp.product/pom.xml

Print this page
*** 38,13 ***
--- 38,16 ---
  		<artifactId>missioncontrol.application</artifactId>
  		<version>8.0.0-SNAPSHOT</version>
  	</parent>
  	<artifactId>org.openjdk.jmc.rcp.product</artifactId>
  	<packaging>eclipse-repository</packaging>
+ 
  	<properties>
  		<productName>JDK Mission Control</productName>
+ 		<spotless.config.path>${basedir}/../../configuration/ide/eclipse/formatting/formatting.xml</spotless.config.path>
  	</properties>
+ 
  	<build>
  		<plugins>
  			<plugin>
  				<groupId>org.eclipse.tycho</groupId>
  				<artifactId>tycho-p2-repository-plugin</artifactId>
< prev index next >