Browse Source

fix 完成上传配置

黎有为 1 year ago
parent
commit
ef7a8aef8b
1 changed files with 12 additions and 0 deletions
  1. 12 0
      pom.xml

+ 12 - 0
pom.xml

@@ -160,4 +160,16 @@
             </plugin>
         </plugins>
     </build>
+
+    <distributionManagement>
+        <repository>
+            <id>release</id>
+            <url>http://2800a099x6.wicp.vip:8180/repository/maven-releases/</url>
+        </repository>
+        <snapshotRepository>
+            <id>snapshot</id>
+            <url>http://2800a099x6.wicp.vip:8180/repository/maven-snapshots/</url>
+        </snapshotRepository>
+    </distributionManagement>
+
 </project>