美文网首页
使用shell 上传下载nexus制品包

使用shell 上传下载nexus制品包

作者: _fishman | 来源:发表于2019-11-15 16:01 被阅读0次

    upload

    curl -v -u user:password --upload-file product.zip http://maven.test.com:8081/repository/pkg/
    

    download

    curl -v -u user:password -o product.zip http://maven.test.com:8081/repository/pkg/product.zip 
    

    相关文章

      网友评论

          本文标题:使用shell 上传下载nexus制品包

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