IDEMPIERE-3951 Remove the need of m2e connector for the Maven Dependency Plugin

This commit is contained in:
Heng Sin Low 2019-04-13 11:28:50 +08:00
parent f4d5f22f0e
commit df2fb4b8e6
1 changed files with 19 additions and 0 deletions

View File

@ -79,6 +79,25 @@
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-dependency-plugin
</artifactId>
<versionRange>
[3.1.1,)
</versionRange>
<goals>
<goal>copy</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>