It'd be a good idea fixing permisions on the repo for those artifacts deployed with previous versions.
Each developer would have to do the following because the files are not group writable. cd /www/www.apache.org/dist/java-repository/maven chgrp -R maven * chmod -R 664 jars/* chmod -R 664 plugins/* chmod -R 664 poms/* Arnaud: you need to do it also on /www/cvs.apache.org/repository/maven Regards Carlos Sanchez A Coru�a, Spain http://www.jroller.com/page/carlossg/Weblog Oness Project http://oness.sourceforge.net > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 29, 2004 1:13 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [ANN] Maven Artifact Plugin 1.4.1 released > > The maven team is pleased to announce the Maven Artifact > Plugin 1.4.1 release! > > http://maven.apache.org/reference/plugins/artifact/ > > Tools to manage artifacts and deployment. Requires Maven 1.0 RC4 > > Changes in this version include: > > Fixed bugs: > > o Improve error handling in FTPDeployer o Allow scpexe > protocol to work better with args Issue: MPARTIFACT-38. > o Check return code of spawned external processes Issue: > MPARTIFACT-34. > o Remove old snapshots that were created with symlinks before > deployment. > Issue: MPARTIFACT-32. > o Fix group setting for scpexe deployer Issue: MPARTIFACT-29. > o Run scpexe with a relative path so it works on cygwin. Issue: > MPARTIFACT-28. > o Improve error reporting on a JCEless install attempting to > use built in > SSH. Issue: MPARTIFACT-26. > o Only log JSCH exceptions in debug mode, report exception Issue: > MPARTIFACT-27. > o Fix group setting for scp deployer Issue: MPARTIFACT-30. > o Add mode setting for remote repository Issue: MPARTIFACT-12. > o Fix group setting for SFTP deployer Issue: MPARTIFACT-11. > o Fix group setting for FTP deployer Issue: MPARTIFACT-24. > > To automatically install the plugin, type the following on a > single line: > > maven plugin:download > -DgroupId=maven > -DartifactId=maven-artifact-plugin > -Dversion=1.4.1 > > For a manual installation, you can download the plugin here: > http://www.apache.org/dyn/closer.cgi/java-repository/maven/plu gins/maven-artifact-plugin-1.4.1.jar > > > Have fun! > -The maven team > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] For > additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
