3 Replies Latest reply on Jul 8, 2009 12:01 PM by jaikiran

    AS Trunk : Repeated download attempts for jna artifact

    jaikiran

      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.