Skip to content

Commit d3a591e

Browse files
committed
Remove org.eclipse.m2e:lifecycle-mapping plugin
Remove a Eclipse-specific org.eclipse.m2e:lifecycle-mapping plugin. It was only used to set up Eclipse configuration, but we don't use Eclipse (but IntelliJ). Moreover, this plugin caused warnings when building: [INFO] Building Java Driver for Scylla and Apache Cassandra Tests - Shading - Unshaded 3.11.2.3-SNAPSHOT [11/12] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information available [WARNING] Failed to retrieve plugin descriptor for org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin org.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could not be resolved: org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced
1 parent d3e70e0 commit d3a591e

File tree

1 file changed

+0
-52
lines changed

1 file changed

+0
-52
lines changed

pom.xml

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -857,58 +857,6 @@
857857
</configuration>
858858
</plugin>
859859

860-
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
861-
<plugin>
862-
<groupId>org.eclipse.m2e</groupId>
863-
<artifactId>lifecycle-mapping</artifactId>
864-
<version>1.0.0</version>
865-
<configuration>
866-
<lifecycleMappingMetadata>
867-
<pluginExecutions>
868-
<pluginExecution>
869-
<pluginExecutionFilter>
870-
<groupId>org.apache.maven.plugins</groupId>
871-
<artifactId>maven-jar-plugin</artifactId>
872-
<versionRange>[2.2,)</versionRange>
873-
<goals>
874-
<goal>test-jar</goal>
875-
</goals>
876-
</pluginExecutionFilter>
877-
<action>
878-
<ignore />
879-
</action>
880-
</pluginExecution>
881-
<pluginExecution>
882-
<pluginExecutionFilter>
883-
<groupId>org.codehaus.mojo</groupId>
884-
<artifactId>clirr-maven-plugin</artifactId>
885-
<versionRange>[2.7,)</versionRange>
886-
<goals>
887-
<goal>check</goal>
888-
</goals>
889-
</pluginExecutionFilter>
890-
<action>
891-
<ignore />
892-
</action>
893-
</pluginExecution>
894-
<pluginExecution>
895-
<pluginExecutionFilter>
896-
<groupId>org.codehaus.gmaven</groupId>
897-
<artifactId>gmaven-plugin</artifactId>
898-
<versionRange>[1.5,)</versionRange>
899-
<goals>
900-
<goal>testCompile</goal>
901-
</goals>
902-
</pluginExecutionFilter>
903-
<action>
904-
<ignore />
905-
</action>
906-
</pluginExecution>
907-
</pluginExecutions>
908-
</lifecycleMappingMetadata>
909-
</configuration>
910-
</plugin>
911-
912860
</plugins>
913861

914862
</pluginManagement>

0 commit comments

Comments
 (0)