[MNG-5225] The default version of the maven-site-plugin as defined in the site-lifecycle must be 3.x

merge -r1227324:1227325 https://svn.apache.org/repos/asf/maven/maven-3/branches/maven-3.0.4-RCx


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1227327 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-01-04 21:15:03 +00:00
parent ffbdb44299
commit 76ad2345c1
1 changed files with 2 additions and 2 deletions

View File

@ -129,10 +129,10 @@ under the License.
</phases>
<default-phases>
<site>
org.apache.maven.plugins:maven-site-plugin:2.0.1:site
org.apache.maven.plugins:maven-site-plugin:3.0:site
</site>
<site-deploy>
org.apache.maven.plugins:maven-site-plugin:2.0.1:deploy
org.apache.maven.plugins:maven-site-plugin:3.0:deploy
</site-deploy>
</default-phases>
<!-- END SNIPPET: site -->