Fix goal name to generate the main site
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@390272 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -26,12 +26,12 @@
|
||||
<maven:reactor basedir="${basedir}" includes="${maven.build.plugins.includes}" excludes="${maven.build.plugins.excludes}" goals="plugin:test" banner="Test" ignoreFailures="false"/>
|
||||
</goal>
|
||||
<goal name="plugins:site" description="Create the web site root for all plugins">
|
||||
<maven:maven descriptor="${basedir}/plugins-site/project.xml" goals="plugins:site" ignoreFailures="false"/>
|
||||
<maven:maven descriptor="${basedir}/plugins-site/project.xml" goals="multiproject:site" ignoreFailures="false"/>
|
||||
</goal>
|
||||
<goal name="plugins:build-all-sites" description="Create the web site for all plugins and for the root site">
|
||||
<maven:maven descriptor="${basedir}/plugins-site/project.xml" goals="plugins:build-all-sites" ignoreFailures="false"/>
|
||||
</goal>
|
||||
<goal name="plugins:deploy-all-sites" description="Create and deploy the web site for all plugins and for the root site">
|
||||
<goal name="plugins:deploy-all-sites" description="Deploy the web site for all plugins and for the root site">
|
||||
<maven:maven descriptor="${basedir}/plugins-site/project.xml" goals="plugins:deploy-all-sites" ignoreFailures="false"/>
|
||||
</goal>
|
||||
<goal name="plugins:publish-all-sites" description="Publish the web site for all plugins and for the root site">
|
||||
|
||||
Reference in New Issue
Block a user