[
https://jira.jboss.org/jira/browse/JBAS-7987?page=com.atlassian.jira.plug...
]
Paul Gier commented on JBAS-7987:
---------------------------------
Yes, I have tried building AS with a clean repo and default Maven 2.2.1 install using both
"mvn install" and "build.sh". I tried with the settings listed above
with a clean repo and am not seeing the problem you are describing. The only issue
I'm seeing is that the server sometimes refuses the connection.
In the settings you listed, I don't see "central (
http://central)" as shown
in the error message so this must be configured somewhere else in the user's
settings.
Missing org.codehaus.plexus:plexus-utils:jar:1.5.9
--------------------------------------------------
Key: JBAS-7987
URL:
https://jira.jboss.org/jira/browse/JBAS-7987
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Thomas Diesler
Assignee: Paul Gier
Fix For: No Release
Cannot build 6.0.0.M3 tag
Missing:
----------
1) org.codehaus.plexus:plexus-utils:jar:1.5.9
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-utils
-Dversion=1.5.9 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-utils
-Dversion=1.5.9 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.codehaus.mojo:jboss-packaging-maven-plugin:maven-plugin:2.1
2) org.codehaus.plexus:plexus-utils:jar:1.5.9
----------
1 required artifact is missing.
for artifact:
org.codehaus.mojo:jboss-packaging-maven-plugin:maven-plugin:2.1
from the specified remote repositories:
central (
http://central),
codehaus.org (
http://snapshots.repository.codehaus.org),
jboss-public-repository-group
(
https://repository.jboss.org/nexus/content/groups/public/)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira