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 0623df12a5
commit d0bc3be79c

21
pom.xml
View File

@ -1012,7 +1012,7 @@
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
<version>2.5</version>
<executions>
<execution>
<id>default-jar</id>
@ -1093,7 +1093,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore />
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
@ -1106,9 +1106,7 @@
</goals>
</pluginExecutionFilter>
<action>
<execute>
<runOnIncremental>false</runOnIncremental>
</execute>
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
@ -1121,9 +1119,7 @@
</goals>
</pluginExecutionFilter>
<action>
<execute>
<runOnIncremental>false</runOnIncremental>
</execute>
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
@ -1136,9 +1132,7 @@
</goals>
</pluginExecutionFilter>
<action>
<execute>
<runOnIncremental>false</runOnIncremental>
</execute>
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
@ -1151,7 +1145,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore />
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
@ -1174,8 +1168,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>