< prev index next > core/org.openjdk.jmc.flightrecorder/pom.xml
Print this page
<parent>
<groupId>org.openjdk.jmc</groupId>
<artifactId>missioncontrol.core</artifactId>
<version>8.0.0-SNAPSHOT</version>
</parent>
-
<artifactId>flightrecorder</artifactId>
+ <properties>
+ <spotless.config.path>${basedir}/../../configuration/ide/eclipse/formatting/formatting.xml</spotless.config.path>
+ </properties>
<dependencies>
<dependency>
<groupId>org.openjdk.jmc</groupId>
<artifactId>common</artifactId>
<version>${project.version}</version>
< prev index next >