You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/02/10 00:55:38 UTC

svn commit: r376494 - /maven/maven-1/plugins/trunk/plugins-parent/project.properties

Author: aheritier
Date: Thu Feb  9 15:55:37 2006
New Revision: 376494

URL: http://svn.apache.org/viewcvs?rev=376494&view=rev
Log:
deploy staging site for each plugin in the developer account

Modified:
    maven/maven-1/plugins/trunk/plugins-parent/project.properties

Modified: maven/maven-1/plugins/trunk/plugins-parent/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugins-parent/project.properties?rev=376494&r1=376493&r2=376494&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugins-parent/project.properties (original)
+++ maven/maven-1/plugins/trunk/plugins-parent/project.properties Thu Feb  9 15:55:37 2006
@@ -160,7 +160,7 @@
 # Site plugin settings
 #=====
 maven.site.stage.address=people.apache.org
-maven.site.stage.directory=/home/brett/public_html/maven-stage-site/${pom.siteDirectory.substring(22)}
+maven.site.stage.directory=/home/${maven.username}/public_html/maven-stage-site/${pom.siteDirectory.substring(22)}
 maven.site.deploy.method=rsync
 
 #=====