mirror of https://github.com/apache/maven.git
[MNG-6554] Packaging 'ear' binding plugin upgrades
* Upgrade to Maven EAR Plugin 3.1.2 * Upgrade to Maven Resources Plugin 3.2.0 * Upgrade to Maven Install Plugin 3.0.0-M1 * Upgrade to Maven Deploy Plugin 3.0.0-M1
This commit is contained in:
parent
7a4b77b582
commit
230773a35d
|
@ -247,19 +247,19 @@ Mappings to default lifecycle, specific for each packaging.
|
||||||
<!-- START SNIPPET: ear-lifecycle -->
|
<!-- START SNIPPET: ear-lifecycle -->
|
||||||
<phases>
|
<phases>
|
||||||
<generate-resources>
|
<generate-resources>
|
||||||
org.apache.maven.plugins:maven-ear-plugin:2.8:generate-application-xml
|
org.apache.maven.plugins:maven-ear-plugin:3.1.2:generate-application-xml
|
||||||
</generate-resources>
|
</generate-resources>
|
||||||
<process-resources>
|
<process-resources>
|
||||||
org.apache.maven.plugins:maven-resources-plugin:2.6:resources
|
org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources
|
||||||
</process-resources>
|
</process-resources>
|
||||||
<package>
|
<package>
|
||||||
org.apache.maven.plugins:maven-ear-plugin:2.8:ear
|
org.apache.maven.plugins:maven-ear-plugin:3.1.2:ear
|
||||||
</package>
|
</package>
|
||||||
<install>
|
<install>
|
||||||
org.apache.maven.plugins:maven-install-plugin:2.4:install
|
org.apache.maven.plugins:maven-install-plugin:3.0.0-M1:install
|
||||||
</install>
|
</install>
|
||||||
<deploy>
|
<deploy>
|
||||||
org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy
|
org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy
|
||||||
</deploy>
|
</deploy>
|
||||||
</phases>
|
</phases>
|
||||||
<!-- END SNIPPET: ear-lifecycle -->
|
<!-- END SNIPPET: ear-lifecycle -->
|
||||||
|
|
Loading…
Reference in New Issue