Fix rights to be sure that any committer can overwrite files

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@327714 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2005-10-22 23:06:08 +00:00
parent ecc17dbc44
commit 0937d657a0
2 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,7 @@ maven.scm.checkout.dir=${maven.build.dir}/scm/checkout
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

View File

@ -46,5 +46,6 @@ maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
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