Skip to content

Commit

Permalink
Merge pull request #183 from rhusar/remove-m2e-lifecycle-mapping
Browse files Browse the repository at this point in the history
chore: Remove bogus org.eclipse.m2e:lifecycle-mapping plugin
  • Loading branch information
rhusar authored Oct 2, 2024
2 parents e7521aa + 61531ab commit 8a5231b
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,34 +212,6 @@
<artifactId>cargo-maven2-plugin</artifactId>
<version>1.8.5</version>
</plugin>
<!--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.cargo</groupId>
<artifactId>cargo-maven2-plugin</artifactId>
<versionRange>[1.4.9,)</versionRange>
<goals>
<goal>configure</goal>
</goals>
</pluginExecutionFilter>
<action>
<execute>
<runOnIncremental>false</runOnIncremental>
</execute>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand All @@ -263,6 +235,7 @@
</build>
</profile>
</profiles>

<modules>
<module>tomcat-common</module>
<module>tomcat-container-parent</module>
Expand Down

0 comments on commit 8a5231b

Please sign in to comment.