Re: [mojo-dev] Bug with unix-rpm

2009-11-20 Thread Stephen Connolly
Fundamentally, codehaus plugins are not allowed to reference non-snapshot repositories from within their pom as they are being synced to maven central. This is, IMHO, a critical bug that needs to be addressed by the developer of the plugin ASAP -Stephen 2009/11/20 Gajo Csaba : > The newest versi

Re: [mojo-dev] Bug with unix-rpm

2009-11-20 Thread Gajo Csaba
The newest version is 1.0-alpha-4, released on 31-May-2009. It also contains the java.net repository declaration. Even worse, a declaration to functionaljava.googlecode.com was added, which also doesn't exist. Didn't anyone check this bug, or these two repositories got removed only after June?

Re: [mojo-dev] Bug with unix-rpm

2009-11-20 Thread Stephen Connolly
released pom files can never be modified. You will need to use a newer version (if one is available) 2009/11/20 Gajo Csaba : > Hello, > > I'm using the RPM plugin, and at one point it tries to access a repository > at java.net. The path is > http://download.java.net/maven/2/org/codehaus/mojo/mojo

[mojo-dev] Bug with unix-rpm

2009-11-20 Thread Gajo Csaba
Hello, I'm using the RPM plugin, and at one point it tries to access a repository at java.net. The path is http://download.java.net/maven/2/org/codehaus/mojo/mojo-parent/18/mojo-parent-18.pom This path doesn't exist, and an exception occurs. After tracing how this happens, I found out that the