博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
在pom.xml中配置nexus上传地址
阅读量:5952 次
发布时间:2019-06-19

本文共 225 字,大约阅读时间需要 1 分钟。

hot3.png

    <distributionManagement>

        <repository>
            <id>thirdparty</id>
            <url>http://{nexusIP地址}:8081/nexus/content/repositories/thirdparty</url>
        </repository>
    </distributionManagement>

转载于:https://my.oschina.net/jingshishengxu/blog/3006839

你可能感兴趣的文章