从settings中取部分配置:
完全写在pom文件中:
<!-- maven私服,用于deploy私有jar包 -->
<distributionManagement>
<snapshotRepository>
<id>yusys-snapshots</id>
<url>http://192.168.120.110:8081/repository/maven-snapshots/</url>
</snapshotRepository>
<repository>
<id>yusys-releases</id>
<url>http://192.168.120.110:8081/repository/maven-releases/</url>
</repository>
</distributionManagement>