mirror of https://github.com/apache/maven.git
[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:
parent
ffbdb44299
commit
76ad2345c1
|
@ -129,10 +129,10 @@ under the License.
|
||||||
</phases>
|
</phases>
|
||||||
<default-phases>
|
<default-phases>
|
||||||
<site>
|
<site>
|
||||||
org.apache.maven.plugins:maven-site-plugin:2.0.1:site
|
org.apache.maven.plugins:maven-site-plugin:3.0:site
|
||||||
</site>
|
</site>
|
||||||
<site-deploy>
|
<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>
|
</site-deploy>
|
||||||
</default-phases>
|
</default-phases>
|
||||||
<!-- END SNIPPET: site -->
|
<!-- END SNIPPET: site -->
|
||||||
|
|
Loading…
Reference in New Issue