While building the AS trunk, i keep seeing that during the build-number generation of each
module, the following is logged:
Downloading:
|
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
.
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 :