[jboss-dev-forums] [Design of JBoss Build System] - AS Trunk : Repeated download attempts for jna artifact

jaikiran do-not-reply at jboss.com
Wed Jul 8 05:45:13 EDT 2009


While building the AS trunk, i keep seeing that during the build-number generation of each module, the following is logged:

Downloading: http://repository.jboss.org/maven2/net/java/dev/jna/jna/3.0.5/jna-3.0.5.pom
  | Downloading: http://repo1.maven.org/maven2/net/java/dev/jna/jna/3.0.5/jna-3.0.5.pom
  | Downloading: http://repository.jboss.org/maven2/net/java/dev/jna/jna/3.0.5/jna-3.0.5.pom
  | Downloading: http://repo1.maven.org/maven2/net/java/dev/jna/jna/3.0.5/jna-3.0.5.pom
  | 

The net/java/dev/jna/jna/... artifact(s) are not available in our JBoss repo and not even the Maven central repo. Looks like they are hosted at http://download.java.net/maven/2/net/java/dev/jna/jna/3.0.5/. 

>From what i see in the buildnumber-maven-plugin dependencies http://mojo.codehaus.org/buildnumber-maven-plugin/dependencies.html, the jna is a transitive dependency for the project. So should we be hosting that artifact on our JBoss repo or should the settings.xml be updated (and the wiki) to use the java.net repo?

Note that this does not seem to affect the build in any other way. Except that it tries to keep downloading this pom for every module during the build process.


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242375#4242375

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242375



More information about the jboss-dev-forums mailing list