Use user account directory instead of full path to deploy staging site

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@526974 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2007-04-10 00:29:56 +00:00
parent 8acd165258
commit c1535c3db9

View File

@ -52,7 +52,7 @@ maven.linkcheck.exclude=http://svn.apache.org,http://www.clarkware.com/software/
#===== #=====
maven.site.stage.address=people.apache.org maven.site.stage.address=people.apache.org
maven.site.deploy.method=rsync maven.site.deploy.method=rsync
maven.site.stage.directory=/home/${maven.username}/public_html/m1-plugins-stage-sites/${pom.siteDirectory.substring(22)} maven.site.stage.directory=~/public_html/m1-plugins-stage-sites/${pom.siteDirectory.substring(22)}
#===== #=====
# XDOC plugin settings # XDOC plugin settings