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

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@526975 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Arnaud Heritier 2007-04-10 00:32:56 +00:00
parent f76116a78b
commit 0e4b19259d
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ maven.linkcheck.exclude=${pom.repository.url},${maven.changelog.svn.baseurl}
# Site plugin settings
maven.site.stage.address=people.apache.org
maven.site.deploy.method=rsync
maven.site.stage.directory=/home/${maven.username}/public_html/maven-model/${pom.currentVersion}
maven.site.stage.directory=~/public_html/maven-model/${pom.currentVersion}
# XDOC plugin settings
# Display the date on the Maven web site