Add missing m2eclipse life cycle mapping

Also, use ignore instead of execution because those plugins are not
really useful when building from Eclipse anyway.
This commit is contained in:
Trustin Lee 2014-07-06 16:52:20 +09:00
parent 65199873c2
commit 93a265ed0a

17
pom.xml
View File

@ -1032,7 +1032,7 @@
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
<version>2.4</version> <version>2.5</version>
<executions> <executions>
<execution> <execution>
<id>default-jar</id> <id>default-jar</id>
@ -1126,9 +1126,7 @@
</goals> </goals>
</pluginExecutionFilter> </pluginExecutionFilter>
<action> <action>
<execute> <ignore/>
<runOnIncremental>false</runOnIncremental>
</execute>
</action> </action>
</pluginExecution> </pluginExecution>
<pluginExecution> <pluginExecution>
@ -1141,9 +1139,7 @@
</goals> </goals>
</pluginExecutionFilter> </pluginExecutionFilter>
<action> <action>
<execute> <ignore/>
<runOnIncremental>false</runOnIncremental>
</execute>
</action> </action>
</pluginExecution> </pluginExecution>
<pluginExecution> <pluginExecution>
@ -1156,9 +1152,7 @@
</goals> </goals>
</pluginExecutionFilter> </pluginExecutionFilter>
<action> <action>
<execute> <ignore/>
<runOnIncremental>false</runOnIncremental>
</execute>
</action> </action>
</pluginExecution> </pluginExecution>
<pluginExecution> <pluginExecution>
@ -1194,8 +1188,9 @@
<artifactId>maven-dependency-plugin</artifactId> <artifactId>maven-dependency-plugin</artifactId>
<versionRange>[2.8,)</versionRange> <versionRange>[2.8,)</versionRange>
<goals> <goals>
<goal>properties</goal> <goal>get</goal>
<goal>copy</goal> <goal>copy</goal>
<goal>properties</goal>
</goals> </goals>
</pluginExecutionFilter> </pluginExecutionFilter>
<action> <action>