Skip to content

Commit

Permalink
Add m2e lifecycle mapping to ignore execution of maven-wolifecycle-pl…
Browse files Browse the repository at this point in the history
…ugin inside Eclipse
  • Loading branch information
hprange committed Sep 13, 2015
1 parent 50aa3ea commit 90462b8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<goals>
<goal>define-woapplication-resources</goal>
<goal>define-woframework-resources</goal>
<goal>package-woapplication</goal>
<goal>package-woframework</goal>
<goal>woapplication</goal>
<goal>woframework</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>

0 comments on commit 90462b8

Please sign in to comment.