问题遇到的现象和发生背景
maven加载缺少jar本地包,用mvn install把下载的jar导入本地maven仓库,再次maven加载还是没有
操作环境、软件版本等信息
错误信息
[ERROR] Failed to execute goal on project common: Could not resolve dependencies for project
com.qsbl.culturecloud:common:jar:1.0: Failed to collect dependencies at
org.apache.activemq:activemq-all:jar:5.8.0 -> org.apache.activemq:activemq-amqp:jar:5.8.0 ->
org.apache.qpid:proton-jms:jar:0.3.0-fuse-2: Failed to read artifact descriptor for
org.apache.qpid:proton-jms:jar:0.3.0-fuse-2: Could not transfer artifact
org.apache.qpid:proton-jms:pom:0.3.0-fuse-2 from/to com.fusesource.m2
(http://repo.fusesource.com/nexus/content/groups/public/): Transfer failed for
http://repo.fusesource.com/nexus/content/groups/public/org/apache/qpid/proton-jms/0.3.0-fuse-2/proton-jms-0.3.0-fuse-2.pom
503 Service Unavailable -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
我想要达到的结果
项目pom文件加载成功