Skip to content

Commit

Permalink
Remove legacy m2e lifecycle mapping for maven-dependency-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsuter committed Oct 27, 2023
1 parent 40940f9 commit c3f4f84
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions connectivity/connectivity-demos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,36 +63,6 @@
</execution>
</executions>
</plugin>
</plugins>
<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.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<versionRange>[2.8,)</versionRange>
<goals>
<goal>copy-dependencies</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</plugins>
</build>

</project>

0 comments on commit c3f4f84

Please sign in to comment.