Browse Source

更新 'pom.xml'

添加mvn私服
胡月 4 năm trước cách đây
mục cha
commit
f47a5efa41
1 tập tin đã thay đổi với 17 bổ sung0 xóa
  1. 17 0
      pom.xml

+ 17 - 0
pom.xml

@@ -29,6 +29,23 @@
         </dependency>
     </dependencies>
 
+  
+  <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>