Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2014-04-23 21:12:38 +0000
committerIgor Fedorenko2014-04-23 21:12:38 +0000
commitd21e7dd535b01081498a889440e286f9f0cc81bf (patch)
tree7e1353c95fb0f6b12340c0c14f9e67db75017292
parent1ca0075f7feb451bc87c63d2b926955430a9056b (diff)
downloadm2e-core-d21e7dd535b01081498a889440e286f9f0cc81bf.tar.gz
m2e-core-d21e7dd535b01081498a889440e286f9f0cc81bf.tar.xz
m2e-core-d21e7dd535b01081498a889440e286f9f0cc81bf.zip
433319 removed redundant error mapping for dependency-plugin
Change-Id: Ie5de139dba45ff66a3c81dd43a525ac27b0b3daf Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
-rw-r--r--org.eclipse.m2e.lifecyclemapping.defaults/lifecycle-mapping-metadata.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/org.eclipse.m2e.lifecyclemapping.defaults/lifecycle-mapping-metadata.xml b/org.eclipse.m2e.lifecyclemapping.defaults/lifecycle-mapping-metadata.xml
index 7e473346..f49fa259 100644
--- a/org.eclipse.m2e.lifecyclemapping.defaults/lifecycle-mapping-metadata.xml
+++ b/org.eclipse.m2e.lifecyclemapping.defaults/lifecycle-mapping-metadata.xml
@@ -46,22 +46,6 @@
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <goals>
- <goal>copy-dependencies</goal>
- <goal>unpack</goal>
- </goals>
- <versionRange>[2.0,)</versionRange>
- </pluginExecutionFilter>
- <action>
- <error>
- <message>maven-dependency-plugin (goals "copy-dependencies", "unpack") is not supported by m2e.</message>
- </error>
- </action>
- </pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<goals>
<goal>enforce</goal>

Back to the top