i have an artifact in a maven 1 repo that ivy can't seem to resolve. i'm using the install task as:

/ <ivy:install organisation="javaee" module="javaee-api" revision="5" from="chain" to="private" transitive="false" overwrite="true" />
/
and the relevan portion of my ivysettings.xml ...

/ <ibiblio name="java-net-maven" root="https://maven-repository.dev.java.net/nonav/repository"/> /
as far as i can tell, the files at:

https://maven-repository.dev.java.net/repository/javaee/

look okay to me. i tried the same repo / artifact in a maven2 pom.xml and it downloads okay.

???

thanks.

Reply via email to