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