소스 검색

test: 测试上传制品库

wanghongkai 6 년 전
부모
커밋
bd41caad73
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      pom.xml

+ 7 - 0
pom.xml

@@ -208,4 +208,11 @@
             </plugin>
         </plugins>
     </build>
+    
+    <distributionManagement>
+        <snapshotRepository>
+            <id>nexus-snapshots</id>
+            <url>${nexus.snapshotsRepo}</url>
+        </snapshotRepository>
+    </distributionManagement>
 </project>