better default bindings of goals for a plexus application

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@191399 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-06-20 06:15:34 +00:00
parent 7247c5c097
commit ded91a973b
1 changed files with 2 additions and 1 deletions

View File

@ -224,12 +224,13 @@
<configuration>
<!-- 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:app</package>
<package>plexus:bundle-runtime</package>
<install>install:install</install>
<deploy>deploy:deploy</deploy>
</phases>