瀏覽代碼

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>