浏览代码

增加release发布仓库

liyuan 1 周之前
父节点
当前提交
45d7bf1431
共有 1 个文件被更改,包括 8 次插入0 次删除
  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>