Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvladt2011-01-26 16:13:01 +0000
committervladt2011-01-26 16:13:01 +0000
commit30f4c81b320ebec8efe155eec3aa1e0a8094f4ee (patch)
treedb1c46a43f25f9c31226201304b0a870949ca162 /org.eclipse.m2e.lifecyclemapping.defaults/lifecycle-mapping-metadata.xml
parent4bc7e1148541169cae13965138ead0cc93257900 (diff)
downloadm2e-core-30f4c81b320ebec8efe155eec3aa1e0a8094f4ee.tar.gz
m2e-core-30f4c81b320ebec8efe155eec3aa1e0a8094f4ee.tar.xz
m2e-core-30f4c81b320ebec8efe155eec3aa1e0a8094f4ee.zip
Added error action & message for maven-dependency-plugin (goals "copy-dependencies", "unpack")
Diffstat (limited to 'org.eclipse.m2e.lifecyclemapping.defaults/lifecycle-mapping-metadata.xml')
-rw-r--r--org.eclipse.m2e.lifecyclemapping.defaults/lifecycle-mapping-metadata.xml22
1 files changed, 3 insertions, 19 deletions
diff --git a/org.eclipse.m2e.lifecyclemapping.defaults/lifecycle-mapping-metadata.xml b/org.eclipse.m2e.lifecyclemapping.defaults/lifecycle-mapping-metadata.xml
index 54471c79..86f8c27a 100644
--- a/org.eclipse.m2e.lifecyclemapping.defaults/lifecycle-mapping-metadata.xml
+++ b/org.eclipse.m2e.lifecyclemapping.defaults/lifecycle-mapping-metadata.xml
@@ -61,22 +61,6 @@
</configurator>
</action>
</pluginExecution>
- <!-- this execution creates a java source file that implements a maven mojo with help for the other plugin's mojo
- can't think of a reason why it should be necessary to generate in eclipse -->
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-plugin-plugin</artifactId>
- <versionRange>[2.4,)</versionRange>
- <goals>
- <goal>helpmojo</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore/>
- </action>
- </pluginExecution>
-
</pluginExecutions>
</lifecycleMapping>
</lifecycleMappings>
@@ -124,9 +108,9 @@
<versionRange>[2.0,)</versionRange>
</pluginExecutionFilter>
<action>
- <ignore>
- <message>maven-dependency-plugin (goals "copy-dependencies", "unpack") is ignored by m2e.</message>
- </ignore>
+ <error>
+ <message>maven-dependency-plugin (goals "copy-dependencies", "unpack") is not supported by m2e.</message>
+ </error>
</action>
</pluginExecution>
<pluginExecution>

Back to the top