deploy staging site for each plugin in the developer account

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@376497 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-02-09 23:59:48 +00:00
parent c1db19e656
commit a05947df06

View File

@ -75,7 +75,7 @@ maven.multiproject.excludes=plugins-parent/project.xml,plugins-site/project.xml,
# Site plugin settings
#=====
maven.site.stage.address=people.apache.org
maven.site.stage.directory=/home/brett/public_html/maven-stage-site/${pom.siteDirectory.substring(22)}
maven.site.stage.directory=/home/${maven.username}/public_html/maven-stage-site/${pom.siteDirectory.substring(22)}
maven.site.deploy.method=rsync
#=====