Cleanup the script
Allow the generation of sites to fail (it is already the case for the xdoc plugin because of a dom4j bug on relative entities) git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@382576 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7cfd9049c7
commit
a400e2348e
@ -25,7 +25,6 @@
|
||||
</goal>
|
||||
<goal name="plugins:deploy-all-sites" description="Deploy the web site for all plugins and for the root site">
|
||||
<!-- We don't want to have the question about to deploy the root site after each plugin -->
|
||||
<!--<j:set var="skipQuestion" value="true" scope="parent"/>-->
|
||||
<maven:get var="method" plugin="maven-site-plugin" property="maven.site.deploy.method"/>
|
||||
<!-- And we generate & deploy the root site -->
|
||||
<attainGoal name="site:${method}deploy"/>
|
||||
|
||||
@ -70,6 +70,9 @@ maven.multiproject.overviewPage.text=The following Maven plugins are available a
|
||||
maven.multiproject.basedir=${basedir}/../
|
||||
maven.multiproject.includes=*/project.xml
|
||||
maven.multiproject.excludes=plugins-parent/project.xml,plugins-site/project.xml,examples/project.xml,touchstone/project.xml,touchstone-partner/project.xml
|
||||
# We can't create the documention for the xdoc plugin because of the relative entity bug in Dom4J
|
||||
# We don't exclude it because we want that it appears in the plugin list.
|
||||
maven.multiproject.ignoreFailures=true
|
||||
|
||||
#=====
|
||||
# Site plugin settings
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user