Authored by cille

update: 基础项目增加deploy 私服

Showing 1 changed file with 13 additions and 0 deletions
... ... @@ -251,4 +251,17 @@
</pluginRepository>
</pluginRepositories>
<distributionManagement>
<repository>
<id>releases</id>
<name>Nexus Release Repository</name>
<url>http://112.126.101.137/repository/hosted/</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<name>Nexus Snapshot Repository</name>
<url>http://112.126.101.137/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>
</project>
\ No newline at end of file
... ...