Skip to content

Commit

Permalink
Merge branch 'm2e-rules'
Browse files Browse the repository at this point in the history
Greg Domjan figured out how to change nar-maven-plugin so that not every
Eclipse developer and her dog needs to add m2e-specific life cycle
mappings into their pom.xml.

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Dec 6, 2013
2 parents c39f506 + 9b3e00f commit 045498b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 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,32 @@
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<goals>
<goal>nar-validate</goal>
<goal>nar-download</goal>
<goal>nar-unpack</goal>
<goal>nar-gnu-configure</goal>
<goal>nar-system-generate</goal>
<goal>nar-resources</goal>
<goal>nar-gnu-resources</goal>
<goal>nar-vcproj</goal>
<goal>nar-javah</goal>
<goal>nar-gnu-make</goal>
<goal>nar-compile</goal>
<goal>nar-gnu-process</goal>
<goal>nar-process-libraries</goal>
<goal>nar-prepare-package</goal>
<goal>nar-testCompile</goal>
<goal>nar-test</goal>
<goal>nar-prepare-package</goal>
<goal>nar-package</goal>
<goal>nar-integration-test</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>

0 comments on commit 045498b

Please sign in to comment.