Sfoglia il codice sorgente

增加release发布仓库

liyuan 1 settimana fa
parent
commit
45d7bf1431
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      pom.xml

+ 8 - 0
pom.xml

@@ -118,4 +118,12 @@
         </plugins>
     </build>
 
+    <distributionManagement>
+        <repository>
+            <id>echepei-release</id>
+            <name>echepei-central</name>
+            <url>http://nexus.echepei.com:9111/repository/echepei-central/</url>
+        </repository>
+    </distributionManagement>
+
 </project>