Ver Fonte

build: 修改部署配置

wanghongkai há 6 anos atrás
pai
commit
9a7875f3bb
1 ficheiros alterados com 7 adições e 1 exclusões
  1. 7 1
      pom.xml

+ 7 - 1
pom.xml

@@ -10,7 +10,7 @@
     </parent>
     <groupId>cn.seecoder</groupId>
     <artifactId>helper-backend</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>jar</packaging>
     <name>helper</name>
     <description>backend</description>
@@ -108,5 +108,11 @@
             </plugin>
         </plugins>
     </build>
+    <distributionManagement>
+        <repository>
+            <id>nexus</id>
+            <url>${nexus.repo}</url>
+        </repository>
+    </distributionManagement>
 
 </project>