maven3 本地jar文件发布到私服

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

你可能感兴趣的:(maven3 本地jar文件发布到私服)