maven3 本地jar文件发布到私服
2020-09-11 本文已影响0人
淼哥1986
mvn deploy:deploy-file -DgroupId=${groupId} -DartifactId=${artifactId} -Dversion=${version} -Dpackaging=jar -Dfile=/root/test.jar -Durl=http://ip:18081/nexus/content/repositories/thirdparty/ -DrepositoryId=third-party