[MNG-1903] Adding site descriptor attachment to the package phase of the pom lifecycle.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367934 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2006-01-11 05:24:50 +00:00
parent fd9bc767a9
commit 98a4dc3cb3
1 changed files with 1 additions and 0 deletions

View File

@ -302,6 +302,7 @@
<id>default</id> <id>default</id>
<!-- START SNIPPET: pom-lifecycle --> <!-- START SNIPPET: pom-lifecycle -->
<phases> <phases>
<package>org.apache.maven.plugins:maven-site-plugin:attach-descriptor</package>
<install>org.apache.maven.plugins:maven-install-plugin:install</install> <install>org.apache.maven.plugins:maven-install-plugin:install</install>
<deploy>org.apache.maven.plugins:maven-deploy-plugin:deploy</deploy> <deploy>org.apache.maven.plugins:maven-deploy-plugin:deploy</deploy>
</phases> </phases>