mirror of https://github.com/apache/maven.git
stop using deprecated syntax
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292939 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
76f82eefc9
commit
8cc62ff1e5
|
@ -5,13 +5,11 @@
|
|||
<role-hint>coreit-packaging</role-hint>
|
||||
<implementation>org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping</implementation>
|
||||
<configuration>
|
||||
<!-- START SNIPPET: plexus-application-lifecycle -->
|
||||
<phases>
|
||||
<package>core-it:package</package>
|
||||
<install>install:install</install>
|
||||
<deploy>deploy:deploy</deploy>
|
||||
<package>org.apache.maven.plugins:maven-core-it-plugin:package</package>
|
||||
<install>org.apache.maven.plugins:maven-install-plugin:install</install>
|
||||
<deploy>org.apache.maven.plugins:maven-deploy-plugin:deploy</deploy>
|
||||
</phases>
|
||||
<!-- END SNIPPET: plexus-application-lifecycle -->
|
||||
</configuration>
|
||||
</component>
|
||||
<component>
|
||||
|
|
Loading…
Reference in New Issue