Sfoglia il codice sorgente

test: 测试上传制品库

wanghongkai 6 anni fa
parent
commit
bd41caad73
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  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>