missing org.codehaus.plexus:plexus-utils:jar:1.5.6
--------------------------------------------------
Key: JBAS-6367
URL:
https://jira.jboss.org/jira/browse/JBAS-6367
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Build System
Reporter: Dimitris Andreadis
Assignee: Paul Gier
Fix For: JBossAS-5.1.0.Beta1, JBossAS-6.0.0.Alpha1
When building Branch_5_x & trunk without using external repos, I'm getting:
[java] Downloading:
http://repository.jboss.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6...
[java] [INFO]
------------------------------------------------------------------------
[java] [ERROR] BUILD ERROR
[java] [INFO]
------------------------------------------------------------------------
[java] [INFO] Failed to resolve artifact.
[java]
[java] Missing:
[java] ----------
[java] 1) org.codehaus.plexus:plexus-utils:jar:1.5.6
[java]
[java] Try downloading the file manually from the project website.
[java]
[java] Then, install it using the command:
[java] mvn install:install-file -DgroupId=org.codehaus.plexus
-DartifactId=plexus-utils -Dversion=1.5.6 -Dpackaging=jar -Dfile=/path/to/file
[java]
[java] Alternatively, if you host your own repository you can deploy the file
there:
[java] mvn deploy:deploy-file -DgroupId=org.codehaus.plexus
-DartifactId=plexus-utils -Dversion=1.5.6 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]
[java]
[java] Path to dependency:
[java] 1) org.apache.maven.plugins:maven-antrun-plugin:maven-plugin:1.3
[java] 2) org.codehaus.plexus:plexus-utils:jar:1.5.6
[java]
[java] ----------
[java] 1 required artifact is missing.
[java]
[java] for artifact:
[java] org.apache.maven.plugins:maven-antrun-plugin:maven-plugin:1.3
[java]
[java] from the specified remote repositories:
[java] jboss-repository-mirror (
http://repository.jboss.org/maven2)
[java]
[java]
--
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