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:58:15 UTC

svn commit: r376495 - in /maven/maven-1/plugins-sandbox/trunk: plugins-parent/project.properties plugins-site/project.properties

Author: aheritier
Date: Thu Feb  9 15:58:14 2006
New Revision: 376495

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

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

Modified: maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.properties?rev=376495&r1=376494&r2=376495&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.properties (original)
+++ maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.properties Thu Feb  9 15:58:14 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
 
 #=====

Modified: maven/maven-1/plugins-sandbox/trunk/plugins-site/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/plugins-site/project.properties?rev=376495&r1=376494&r2=376495&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/plugins-site/project.properties (original)
+++ maven/maven-1/plugins-sandbox/trunk/plugins-site/project.properties Thu Feb  9 15:58:14 2006
@@ -75,7 +75,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
 
 #=====