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]
