Browse Source

mvn deploy 发布到 nexus

reghao 3 years ago
parent
commit
ec89cb74bd
1 changed files with 7 additions and 0 deletions
  1. 7 0
      pom.xml

+ 7 - 0
pom.xml

@@ -25,4 +25,11 @@
             <version>2.8.5</version>
         </dependency>
     </dependencies>
+
+    <distributionManagement>
+        <repository>
+            <id>local-nexus</id>
+            <url>http://nexus.alpha.iquizoo.com/repository/maven-releases/</url>
+        </repository>
+    </distributionManagement>
 </project>