From aa373c3b32e1135d8d0536ea3eab49fcd6218017 Mon Sep 17 00:00:00 2001 From: aheritier Date: Tue, 10 Apr 2007 01:05:26 +0000 Subject: [PATCH] ~ 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 --- plugins-common/project.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins-common/project.properties b/plugins-common/project.properties index 66e58050..ab4840a0 100644 --- a/plugins-common/project.properties +++ b/plugins-common/project.properties @@ -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.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