mirror of https://github.com/apache/maven.git
rolling back this change until I get the plugin-mapping stuff figured out, to keep the bootstrap working...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@210200 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
03a50c1462
commit
b90c2d1e24
|
@ -193,8 +193,10 @@
|
|||
<test-compile>compiler:testCompile</test-compile>
|
||||
<test>surefire:test</test>
|
||||
<package>jar:jar</package>
|
||||
<install>install:install,plugin:install-mapping</install>
|
||||
<deploy>deploy:deploy,plugin:deploy-mapping</deploy>
|
||||
<install>install:install</install>
|
||||
<deploy>deploy:deploy</deploy>
|
||||
<!-- install>install:install,plugin:install-mapping</install>
|
||||
<deploy>deploy:deploy,plugin:deploy-mapping</deploy -->>
|
||||
</phases>
|
||||
<!-- END SNIPPET: maven-plugin-lifecycle -->
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue