Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilos Kleint2011-01-26 13:23:40 +0000
committerMilos Kleint2011-01-26 13:33:20 +0000
commitda280382d3d4a63c458048793d83723e04d8e88a (patch)
tree3e75cc790c680bd859cdaaddb9fdcdaf7be0e715 /org.eclipse.m2e.lifecyclemapping.defaults
parentf4fd36ce459323e89f83f358b6994a48dedeee6e (diff)
downloadm2e-core-da280382d3d4a63c458048793d83723e04d8e88a.tar.gz
m2e-core-da280382d3d4a63c458048793d83723e04d8e88a.tar.xz
m2e-core-da280382d3d4a63c458048793d83723e04d8e88a.zip
ignore the maven-plugin-plugin's helpmojo source file generation
Diffstat (limited to 'org.eclipse.m2e.lifecyclemapping.defaults')
-rw-r--r--org.eclipse.m2e.lifecyclemapping.defaults/lifecycle-mapping-metadata.xml16
1 files changed, 16 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 8309af0f..2d8a2945 100644
--- a/org.eclipse.m2e.lifecyclemapping.defaults/lifecycle-mapping-metadata.xml
+++ b/org.eclipse.m2e.lifecyclemapping.defaults/lifecycle-mapping-metadata.xml
@@ -60,6 +60,22 @@
</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>

Back to the top