I have run the script that Carlos mentioned, and that fixed the site-plugin.

Carlos Sanchez wrote:
there's a fix-permissions.sh in
http://people.apache.org/repo/m2-snapshot-repository/ that

On Dec 3, 2007 7:13 AM, Daniel Kulp <[EMAIL PROTECTED]> wrote:
I just ran into an issue with the maven-metadata.xml file being non group
writable causing the stage plugin to "hang" (in actuality, it was
waiting for the overwrite y/n prompt).   stage probably could use
the "-f" option on mv to force it, but.....  (actually, stage COULD also
do a "chmod g+w" to fix things)

In anycase, could everyone that has done a release lately please check
the permisions.    Especially on the maven-metadata.xml files as that
can block anyone else from doing releases in the future.

In anycase, doing something like:

cd /www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/maven
chmod -R g+w *

would fix any issues.

The important ones:
maven-shade-plugin/maven-metadata.xml:
maven-javadoc-plugin/maven-metadata.xml:
maven-invoker-plugin/maven-metadata.xml:
maven-clean-plugin/maven-metadata.xml:
maven-assembly-plugin/maven-metadata.xml:
maven-patch-plugin/maven-metadata.xml:
maven-war-plugin/maven-metadata.xml:
maven-site-plugin/maven-metadata.xml:

Thanks!
--
J. Daniel Kulp
Principal Engineer
IONA
P: 781-902-8727    C: 508-380-7194
[EMAIL PROTECTED]
http://www.dankulp.com/blog

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







--
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to