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:
parent
e8992afd48
commit
f2c1e333b5
@ -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
|
||||
|
||||
#=====
|
||||
|
||||
@ -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
|
||||
#=====
|
||||
|
||||
@ -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
|
||||
#=====
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user