reduce phase bindings for plexus application

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@191658 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-06-21 13:50:00 +00:00
parent 86aa7ce7da
commit 2561a2893f
1 changed files with 0 additions and 5 deletions

View File

@ -216,11 +216,6 @@
<!-- START SNIPPET: plexus-application-lifecycle -->
<phases>
<generate-resources>plexus:app</generate-resources>
<process-resources>resources:resources</process-resources>
<compile>compiler:compile</compile>
<process-test-resources>resources:testResources</process-test-resources>
<test-compile>compiler:testCompile</test-compile>
<test>surefire:test</test>
<package>plexus:bundle-runtime</package>
<install>install:install</install>
<deploy>deploy:deploy</deploy>