~ character doesn't work to represent the user directory. We have to use a variable instead.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@526979 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2007-04-10 01:05:26 +00:00
parent c1535c3db9
commit aa373c3b32

View File

@ -52,7 +52,8 @@ 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=~/public_html/m1-plugins-stage-sites/${pom.siteDirectory.substring(22)} maven.site.stage.directory=${wwwroot}/staging-sites/m1-plugins/${pom.siteDirectory.substring(22)}
wwwroot=/home/${maven.username}/public_html
#===== #=====
# XDOC plugin settings # XDOC plugin settings