由于maven中心仓库中没有dubbo2.8.4,所以需要到github中下载源码包自己编译。

1.下载dubbo,地址:https://github.com/dangdangdotcom/dubbox 。

下载解压后,进入解压目录执行命令:mvn install -Dmaven.test.skip=true

Missing artifact com.alibaba:dubbo:jar:2.8.4 dubbo编译打包

 



但是报错了,从日志上看意思是没有找到org.apache.maven.plugins的maven-source-plugin插件。

但是我到maven仓库看了,是有这个插件的,于是看了一下dubbo文件夹下的pom文件,看到里面没有指定此插件,然后手动指定了一下版本,再打包,成功了。
Missing artifact com.alibaba:dubbo:jar:2.8.4 dubbo编译打包

Missing artifact com.alibaba:dubbo:jar:2.8.4 dubbo编译打包

 

Missing artifact com.alibaba:dubbo:jar:2.8.4 dubbo编译打包

 




来源:CSDN
原文:https://blog.csdn.net/m0_38138387/article/details/79465795

相关文章:

  • 2021-09-03
  • 2021-05-25
  • 2021-06-23
  • 2021-05-10
  • 2021-11-10
  • 2021-04-22
  • 2021-12-08
  • 2021-06-29
猜你喜欢
  • 2021-06-23
  • 2021-04-23
  • 2021-09-03
  • 2022-12-23
  • 2021-11-22
  • 2021-09-30
相关资源
相似解决方案