can't download activemq-core
----------------------------
Key: MEV-613
URL: http://jira.codehaus.org/browse/MEV-613
Project: Maven Evangelism
Issue Type: Bug
Components: Invalid POM
Reporter: LI Daobing
activemq-core said it is a boudle, but no activemq-core-5.2.0-bundle.jar
aviable, only an activemq-core-5.2.0.jar is provied. detail error information
as follows
$ mvn compile
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - com.kingsoft.netapp:jmstest:jar:0.0.1-SNAPSHOT
[INFO] task-segment: [compile]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading:
http://repo1.maven.org/maven2/org/apache/activemq/activemq-core/5.2.0/activemq-core-5.2.0-bundle.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.apache.activemq:activemq-core:jar:bundle:5.2.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.activemq
-DartifactId=activemq-core -Dversion=5.2.0 -Dclassifier=bundle -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.apache.activemq
-DartifactId=activemq-core -Dversion=5.2.0 -Dclassifier=bundle -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) com.kingsoft.netapp:jmstest:jar:0.0.1-SNAPSHOT
2) org.apache.activemq:activemq-core:jar:bundle:5.2.0
----------
1 required artifact is missing.
for artifact:
com.kingsoft.netapp:jmstest:jar:0.0.1-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9 seconds
[INFO] Finished at: Tue Dec 16 09:20:33 CST 2008
[INFO] Final Memory: 7M/103M
[INFO] ------------------------------------------------------------------------
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira