maven项目pom文件neux私服地址

maven项目pom文件neux私服地址


    <distributionManagement>
        <!-- release版本的发布地址 -->
        <repository>
            <id>self-maven</id>
            <url>http://localhost:8081/repository/maven-releases/</url>
        </repository>

        <!-- snapshot版本的发布地址 -->
        <snapshotRepository>
            <id>self-maven</id>
            <url>http://localhost:8081/repository/maven-snapshots/</url>
        </snapshotRepository>
    </distributionManagement>

posted @ 2025-01-19 22:16  CoderManolin  阅读(25)  评论(0)    收藏  举报