如何下载Github上项目源码打包到本地Maven仓库
1.把项目下载到本地
git clone https://github.com/dangdangdotcom/dubbox(项目地址)
2.编译项目
https://blog.csdn.net/xiaopengyu411/article/details/82383388
3.安装到maven本地仓库中
mvn install:install-file -Dfile=E:\project\apache-maven-3.5.2\myjar\dubbox-dubbox-2.8.4\dubbo\target\dubbo-2.8.4.jar -DgroupId=com.alibaba -DartifactId=dubbo -Dversion=2.8.4 -Dpackaging=jar-DgeneratePom=true