Hi all,

Does Gradle/Ivy have a way I can work with Maven pom.xml artifacts
that use RELEASE versions? Gradle (1.0-m1) isn't able to find the
parent pom for a dependency with this pom.xml element:

   <parent>
       <artifactId>aproject-parent</artifactId>
       <groupId>agroup</groupId>
       <version>RELEASE</version>
   </parent>

Any suggestions?

Cheers,
Merlyn

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to