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