Use 3 different stage sites to deploy the maven site, the top level plugins site and each plugin site.

Without that when you do rsync on the maven site, you also update/overwrite the web site of each plugin.



git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@424088 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-07-20 22:14:52 +00:00
parent e8992afd48
commit f2c1e333b5
3 changed files with 10 additions and 1 deletions

View File

@ -51,7 +51,6 @@ maven.linkcheck.exclude=${pom.repository.url},${maven.changelog.svn.baseurl},htt
# Site plugin settings
#=====
maven.site.stage.address=people.apache.org
maven.site.stage.directory=/home/${maven.username}/public_html/maven-stage-site/${pom.siteDirectory.substring(22)}
maven.site.deploy.method=rsync
#=====

View File

@ -139,6 +139,11 @@ maven.pdf.projectLogo=http://maven.apache.org/images/maven.gif
maven.scm.svn.tag.base=https://svn.apache.org/repos/asf/maven/maven-1/plugins/tags
maven.scm.checkout.dir=${maven.build.dir}/scm/checkout
#=====
# Site plugin settings
#=====
maven.site.stage.directory=/home/${maven.username}/public_html/m1-plugins-stage-sites/${pom.siteDirectory.substring(22)}
#=====
# Test/JUnit plugin settings
#=====

View File

@ -46,6 +46,11 @@ maven.multiproject.excludes=plugins-common/project.xml,plugins-parent/project.xm
# We don't exclude it because we want that it appears in the plugin list.
maven.multiproject.ignoreFailures=true
#=====
# Site plugin settings
#=====
maven.site.stage.directory=/home/${maven.username}/public_html/m1-plugins-root-stage-site/${pom.siteDirectory.substring(22)}
#=====
# XDOC plugin settings
#=====