Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2011-04-06 14:48:31 +0000
committerIgor Fedorenko2011-04-06 14:48:31 +0000
commitd1d5baf16ed7c6e2ef3a86140d2d11acd58706d6 (patch)
tree18a5fa9cd214e507ff059f8797c63127229e9ef5 /org.eclipse.m2e.lifecyclemapping.defaults
parenta9bd41dbb5e01fbe4f08cf29b65736032ecd48b4 (diff)
downloadm2e-core-d1d5baf16ed7c6e2ef3a86140d2d11acd58706d6.tar.gz
m2e-core-d1d5baf16ed7c6e2ef3a86140d2d11acd58706d6.tar.xz
m2e-core-d1d5baf16ed7c6e2ef3a86140d2d11acd58706d6.zip
explicitly map maven-eclipse-plugin to error
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'org.eclipse.m2e.lifecyclemapping.defaults')
-rw-r--r--org.eclipse.m2e.lifecyclemapping.defaults/lifecycle-mapping-metadata.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/org.eclipse.m2e.lifecyclemapping.defaults/lifecycle-mapping-metadata.xml b/org.eclipse.m2e.lifecyclemapping.defaults/lifecycle-mapping-metadata.xml
index 8b28d437..d39af165 100644
--- a/org.eclipse.m2e.lifecyclemapping.defaults/lifecycle-mapping-metadata.xml
+++ b/org.eclipse.m2e.lifecyclemapping.defaults/lifecycle-mapping-metadata.xml
@@ -130,6 +130,33 @@
</ignore>
</action>
</pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <versionRange>[0,)</versionRange>
+ <goals>
+ <goal>configure-workspace</goal>
+ <goal>eclipse</goal>
+ <goal>clean</goal>
+
+ <goal>to-maven</goal>
+ <goal>install-plugins</goal>
+ <goal>make-artifacts</goal>
+
+ <goal>myeclipse</goal>
+ <goal>myeclipse-clean</goal>
+
+ <goal>rad</goal>
+ <goal>rad-clean</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <error>
+ <message>maven-eclipse-plugin is not compatible with m2e</message>
+ </error>
+ </action>
+ </pluginExecution>
<!-- commonly used codehaus plugins -->
<pluginExecution>

Back to the top