Plugins web sites and rooy for master web site are in different subdirs.

If we do an rsync on the parent-site, we don't update all the others plugins

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@426286 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2006-07-27 22:28:30 +00:00
parent 05ce4212c5
commit 6b05f3eb53
3 changed files with 1 additions and 10 deletions

View File

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

View File

@@ -139,11 +139,6 @@ 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,11 +46,6 @@ 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
#=====