Author: dennisl
Date: Sun Mar 22 21:55:10 2009
New Revision: 757261
URL: http://svn.apache.org/viewvc?rev=757261&view=rev
Log:
o Clarify how to change file and folder permissions.
Modified:
maven/site/trunk/src/site/apt/developers/release/releasing.apt
Modified: maven/site/trunk/src/site/apt/developers/release/releasing.apt
URL:
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/developers/release/releasing.apt?rev=757261&r1=757260&r2=757261&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/developers/release/releasing.apt (original)
+++ maven/site/trunk/src/site/apt/developers/release/releasing.apt Sun Mar 22
21:55:10 2009
@@ -200,7 +200,9 @@
scp -r
target/staging/people.apache.org/www/maven.apache.org/plugins/maven-XXX-plugin
[email protected]:/www/maven.apache.org/plugins/maven-XXX-plugin-Y.Z
+------+
- [[b]] Verify/change folder permissions to 0775 and files permissions to
0664 i.e.:
+ [[b]] Verify/change folder permissions to 0775 and files permissions to
0664. Log on to <<<people.apache.org>>> and
+ change to the directory above the staging directory. That would be
<<</www/maven.apache.org/plugins>>> for a plugin.
+ Then run these commands:
+------+
find . -type d -exec chmod a+rx {} \;