[jboss-jira] [JBoss JIRA] Commented: (JBAS-7987) Missing org.codehaus.plexus:plexus-utils:jar:1.5.9

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Wed May 5 07:36:05 EDT 2010


    [ https://jira.jboss.org/jira/browse/JBAS-7987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12529045#action_12529045 ] 

Thomas Diesler commented on JBAS-7987:
--------------------------------------

Here is the mvn build log after rm -rf ~/.m2/repository. The ~/.m2/settings.xml is the one from above

Downloading: https://repository.jboss.org/nexus/content/groups/public//org/jboss/jboss-parent/5/jboss-parent-5.pom
18K downloaded  (jboss-parent-5.pom)
Downloading: https://repository.jboss.org/nexus/content/groups/public//org/jboss/ejb3/bom/bom-as6/0.1.2/bom-as6-0.1.2.pom
21K downloaded  (bom-as6-0.1.2.pom)
Downloading: https://repository.jboss.org/nexus/content/groups/public//org/jboss/jboss-parent/4/jboss-parent-4.pom
10K downloaded  (jboss-parent-4.pom)
[INFO] Reactor build order: 
[INFO]   JBoss Application Server Component Matrix
[INFO]   JBoss Application Server Parent POM
[INFO]   JBoss Application Server System
[INFO]   JBoss Application Server System JMX
[INFO]   JBoss Application Server Aspects
[INFO]   JBoss Application Server Security
[INFO]   JBoss Application Server Deployment
[INFO]   JBoss Application Server Server
[INFO]   JBoss Application Server Cluster
[INFO]   JBoss Application Server Connector
[INFO]   JBoss Application Server Management
[INFO]   JBoss Application Server Command Line Client
[INFO]   JBoss Application Server Main
[INFO]   JBoss Application Server IIOP
[INFO]   JBoss Application Server EJB3
[INFO]   JBoss Application Server Hibernate Integration
[INFO]   JBoss Application Server HornetQ Integration
[INFO]   JBoss Application Server JBossAS Remoting
[INFO]   JBoss Application Server OSGi
[INFO]   JBoss Application Server OSGi Integration
[INFO]   JBoss Application Server OSGi Distribution
[INFO]   JBoss Application Server Profile Service
[INFO]   JBoss Application Server Resteasy
[INFO]   JBoss Application Server Resteasy Distribution
[INFO]   JBoss Application Server Tomcat
[INFO]   JBoss Application Server Varia
[INFO]   JBoss Application Server Webservices
[INFO]   JBoss Application Server Dependency Chain
[INFO]   JBoss Application Server Build
[INFO]   JBoss Application Server EmbeddedAS TestSuite
[INFO]   JBoss Application Server Distribution
[INFO]   JBoss Application Server Resteasy Integration
[INFO]   JBoss Application Server Client POM
[INFO]   JBoss Application Server Testsuite
Downloading: https://repository.jboss.org/nexus/content/groups/public//org/codehaus/mojo/jboss-packaging-maven-plugin/2.1/jboss-packaging-maven-plugin-2.1.pom
[INFO] Unable to find resource 'org.codehaus.mojo:jboss-packaging-maven-plugin:pom:2.1' in repository jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/org/codehaus/mojo/jboss-packaging-maven-plugin/2.1/jboss-packaging-maven-plugin-2.1.pom
[WARNING] Unable to get resource 'org.codehaus.mojo:jboss-packaging-maven-plugin:pom:2.1' from repository central (http://repo1.maven.org/maven2): Error transferring file: Connection timed out
Downloading: https://repository.jboss.org/nexus/content/groups/public//org/codehaus/mojo/jboss-packaging-maven-plugin/2.1/jboss-packaging-maven-plugin-2.1.pom
[INFO] Unable to find resource 'org.codehaus.mojo:jboss-packaging-maven-plugin:pom:2.1' in repository jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public/)
Downloading: http://repo1.maven.org/maven2/org/codehaus/mojo/jboss-packaging-maven-plugin/2.1/jboss-packaging-maven-plugin-2.1.pom
[WARNING] Unable to get resource 'org.codehaus.mojo:jboss-packaging-maven-plugin:pom:2.1' from repository central (http://repo1.maven.org/maven2): Error transferring file: Connection timed out
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.codehaus.mojo:jboss-packaging-maven-plugin

Reason: POM 'org.codehaus.mojo:jboss-packaging-maven-plugin' not found in repository: Unable to download the artifact from any repository

  org.codehaus.mojo:jboss-packaging-maven-plugin:pom:2.1

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public/)

 for project org.codehaus.mojo:jboss-packaging-maven-plugin


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 57 seconds
[INFO] Finished at: Wed May 05 13:01:38 CEST 2010
[INFO] Final Memory: 16M/78M
[INFO] ------------------------------------------------------------------------


> 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