[jboss-jira] [JBoss JIRA] Commented: (JBAS-7987) Missing org.codehaus.plexus:plexus-utils:jar:1.5.9
Paul Gier (JIRA)
jira-events at lists.jboss.org
Wed May 5 08:50:05 EDT 2010
[ https://jira.jboss.org/jira/browse/JBAS-7987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12529063#action_12529063 ]
Paul Gier commented on JBAS-7987:
---------------------------------
According to your log, you are getting connection timeouts from the central maven repository (repo1.maven.org). Are you able to access those URLs directly? (i.e. not using Maven). If you have continuing problems accessing repo1.maven.org, you should configure a mirror of that repository
http://maven.apache.org/guides/mini/guide-mirror-settings.html
> 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
More information about the jboss-jira
mailing list