소스 검색

fix 完成上传配置

黎有为 1 년 전
부모
커밋
ef7a8aef8b
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  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>