美文网首页
maven3 本地jar文件发布到私服

maven3 本地jar文件发布到私服

作者: 淼哥1986 | 来源:发表于2020-09-11 14:34 被阅读0次
    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文件发布到私服

          本文链接:https://www.haomeiwen.com/subject/nytbektx.html