I'm also using the Release plugin 2.0-beta-4-SNAPSHOT code. I did have to recompile it without the SNAPSHOT in the version name, since the release plugin wouldn't allow me to generate an actual release with SNAPSHOT plugin code. I got a good laugh out of that one.
I can't explain why the release command worked once, but I can tell you what's wrong with that command. The -o flag disables the connection to the server, therefore the release plugin cannot download the needed dependency. Also, the apache.org downtime never affected the primary maven repository mirror, www.ibiblo.org. If you remove the -o flag, the download should work properly. If it doesn't, you should check your mirror configuration. This repository is running just fine: http://www.ibiblio.org/maven2/ . On 5/10/06, Dave Hoffer <[EMAIL PROTECTED]> wrote:
Mvn -o release:prepare does not work it says that it is trying to download plexus-compiler-javac-1.6-SNAPSHOT.pom which it cannot do (I assume it is down).
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
