Commit f8dac7dd by xieshaohua

deploy配置

parent 3c0fe097
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<repositories> <repositories>
<repository> <repository>
<id>nexus</id> <id>nexus</id>
<url>http://139.198.127.28:18081/repository/maven-public/</url> <url>http://mgr-00:8081/repository/maven-public/</url>
<name>keymobile</name> <name>keymobile</name>
<snapshots> <snapshots>
<enabled>true</enabled> <enabled>true</enabled>
...@@ -38,5 +38,16 @@ ...@@ -38,5 +38,16 @@
</repository> </repository>
</repositories> </repositories>
<distributionManagement>
<snapshotRepository>
<id>nexus-snapshots</id>
<url>http://mgr-00:8081/repository/maven-snapshots/</url>
</snapshotRepository>
<repository>
<id>nexus-releases</id>
<url>http://mgr-00:8081/repository/maven-releases/</url>
</repository>
</distributionManagement>
</project> </project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment