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:
John Dennis Casey 2005-07-11 20:04:16 +00:00
parent 03a50c1462
commit b90c2d1e24
1 changed files with 4 additions and 2 deletions

View File

@ -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>