hello I have the following problem using maven 2.2.1 (on minerva.apache.org): maven continuos to download a broken jar and pom from https://maven-repository.dev.java.net/nonav/repository/com.sun.jmx/jars/
Th epatch to the dependency is as follows: [INFO] +- com.hp.hpl.jena:tdb:jar:0.8.4:compile [INFO] | \- com.hp.hpl.jena:arq:jar:2.8.2:compile [INFO] | +- org.codehaus.woodstox:wstx-asl:jar:3.2.9:compile [INFO] | | \- stax:stax-api:jar:1.0.1:compile [INFO] | +- org.apache.lucene:lucene-core:jar:2.3.1:compile [INFO] | +- org.slf4j:slf4j-log4j12:jar:1.5.6:compile [INFO] | \- log4j:log4j:jar:1.2.14:compile [INFO] | +- javax.mail:mail:jar:1.4:compile [INFO] | +- javax.jms:jms:jar:1.1:compile [INFO] | +- com.sun.jdmk:jmxtools:jar:1.2.1:compile [INFO] | \- com.sun.jmx:jmxri:jar:1.2.1:compile the dev.java.net repository is neither in my pom, nor its parent nor in a settings.xml file, any idea why maven tries to download artifacts from there? cheers reto --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
