mirror of https://github.com/apache/maven.git
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:
parent
7247c5c097
commit
ded91a973b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue