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>

浙公网安备 33010602011771号