maven上传本地jar包到远程仓库

mvn deploy:deploy-file -e -Dfile=C:\darkgin\jar\siam-client-core-3.4.0.jar -DgroupId=com.csot -DartifactId=siam -Dversion=3.4.0-SNAPSHOT -Durl=仓库地址-Dpackaging=jar -DrepositoryId=ra-snapshots

参考网址
https://blog.csdn.net/u010125432/article/details/81911014

发布了46 篇原创文章 · 获赞 2 · 访问量 9408

猜你喜欢

转载自blog.csdn.net/qq_33009107/article/details/97644978