浏览代码

更新 'pom.xml'

添加mvn私服
胡月 4 年之前
父节点
当前提交
403bbf877a
共有 1 个文件被更改,包括 16 次插入0 次删除
  1. 16 0
      pom.xml

+ 16 - 0
pom.xml

@@ -26,6 +26,22 @@
         <module>examcloud-starters</module>
     </modules>
 
+  
+    
+   <distributionManagement>
+     <repository>
+         <id>maven-releases</id>
+         <name>Release repository</name>
+        <url>http://192.168.10.201:8081/repository/maven-releases/</url>
+    </repository>
+     <snapshotRepository>
+        <id>maven-snapshots</id>
+        <name>Snapshots repository</name>
+        <url>http://192.168.10.201:8081/repository/maven-snapshots/</url>
+    </snapshotRepository>
+  </distributionManagement>
+
+  
     <build>
         <plugins>
             <plugin>