Hi I'm having problem with a build downloading an invalid jar for commons-logging, actually the content of the jar is a redirection page.
It turns out, that the jar is being downloaded from a repository at dev java.net defined in the pom of castor [1]. Two questions: 1. Artifacts in the central repository should have all dependencies in the central repo, shouldn't external repositories be removed from them 2. https://maven2-repository.dev.java.net/nonav/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar redirects to a non-existing resource on http://download.java.net, why does maven store the redirection page as jar in the local repo (~/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar)? Cheers, reto 1. http://repo1.maven.org/maven2/org/codehaus/castor/castor/1.3/castor-1.3.pom --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org