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 2005/10/23 01:06:11 UTC

svn commit: r327714 - in /maven/maven-1/plugins/trunk: plugin-parent/project.properties project.properties

Author: aheritier
Date: Sat Oct 22 16:06:08 2005
New Revision: 327714

URL: http://svn.apache.org/viewcvs?rev=327714&view=rev
Log:
Fix rights to be sure that any committer can overwrite files

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

Modified: maven/maven-1/plugins/trunk/plugin-parent/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugin-parent/project.properties?rev=327714&r1=327713&r2=327714&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugin-parent/project.properties (original)
+++ maven/maven-1/plugins/trunk/plugin-parent/project.properties Sat Oct 22 16:06:08 2005
@@ -79,6 +79,7 @@
 maven.site.stage.address=people.apache.org
 maven.site.stage.directory=/home/brett/public_html/maven-stage-site/${pom.siteDirectory.substring(22)}
 maven.site.deploy.method=rsync
+maven.site.chmod.mode=775
 
 # Use the jpg image for the organization's logo
 maven.pdf.companyLogo=http://maven.apache.org/images/apache-maven-project.jpg

Modified: maven/maven-1/plugins/trunk/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/project.properties?rev=327714&r1=327713&r2=327714&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/project.properties (original)
+++ maven/maven-1/plugins/trunk/project.properties Sat Oct 22 16:06:08 2005
@@ -46,5 +46,6 @@
 maven.site.stage.address=people.apache.org
 maven.site.stage.directory=/home/brett/public_html/maven-stage-site/${pom.siteDirectory.substring(22)}
 maven.site.deploy.method=rsync
+maven.site.chmod.mode=775
 
 maven.xdoc.theme.url=http://maven.apache.org/style/maven-stylus.css