Re: 2.0.9 and self referential properties failing

2008-04-19 Thread Chris Custine
Unfortunately all versions of the jruby jar have this offending property setup and have been deployed to Maven central repo for quite some time, so anyone who uses Maven 2.0.9 and has a project dependency on JRuby lists it as a dependency is going to have this problem. I narrowed this down to the

Re: 2.0.9 and self referential properties failing

2008-04-19 Thread Paul Benedict
I would hope that Maven wouldn't allow system properties to be overridden in the POM :-) Maybe properties beginning with java.* have been blocked? Have you tried to rename the property to something benign? Paul On Fri, Apr 18, 2008 at 7:30 PM, Chris Custine <[EMAIL PROTECTED]> wrote: > It looks

2.0.9 and self referential properties failing

2008-04-18 Thread Chris Custine
It looks like Maven 2.0.9 is refusing to resolve the JRuby 1.0 dependencies due to a self referential property in its POM: [WARNING] POM for 'org.jruby:jruby:pom:1.0:test' is invalid. It will be ignored for artifact resolution. Reason: The POM expression: ${java.specification.version} could not be