mirror of https://github.com/apache/maven.git
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:
parent
f76116a78b
commit
0e4b19259d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue