소스 검색

修改 maven 本地仓库

reghao 3 년 전
부모
커밋
98a97eb503
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pom.xml

+ 2 - 2
pom.xml

@@ -30,8 +30,8 @@
 
     <distributionManagement>
         <repository>
-            <id>tnb-maven-local</id>
-            <url>http://nexus.reghao.cn/repository/tnb-maven-local/</url>
+            <id>maven-local-hosted</id>
+            <url>http://nexus.reghao.cn/repository/maven-local-hosted/</url>
         </repository>
     </distributionManagement>
 </project>