Skip to content

Commit

Permalink
Use the new m2e syntax for lifecycle mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
ykazakov committed Mar 15, 2018
1 parent dbefaad commit b7a70ba
Showing 1 changed file with 3 additions and 35 deletions.
38 changes: 3 additions & 35 deletions elk-owl-parent/elk-owl-parsing-javacc/pom.xml
Expand Up @@ -52,39 +52,6 @@
</dependencies>

<build>
<pluginManagement>
<plugins>
<!--This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself. -->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.codehaus.mojo</groupId>
<artifactId>javacc-maven-plugin</artifactId>
<versionRange>[2.6,)</versionRange>
<goals>
<goal>javacc</goal>
</goals>
</pluginExecutionFilter>
<action>
<execute>
<runOnConfiguration>true</runOnConfiguration>
<runOnIncremental>true</runOnIncremental>
</execute>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand All @@ -101,13 +68,14 @@
</configuration>
</execution>
</executions>
</plugin>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>javacc-maven-plugin</artifactId>
<version>2.6</version>
<executions>
<execution>
<execution>
<?m2e execute onConfiguration,onIncremental?>
<id>javacc</id>
<goals>
<goal>javacc</goal>
Expand Down

0 comments on commit b7a70ba

Please sign in to comment.