Browse Source

deploy config

xiachuang 2 years ago
parent
commit
7e061b9588
1 changed files with 12 additions and 1 deletions
  1. 12 1
      pom.xml

+ 12 - 1
pom.xml

@@ -82,6 +82,17 @@
 		</profile>
 	</profiles>
 
-
+	<distributionManagement>
+		<repository>
+			<id>nexus-releases</id>
+			<!--<name>Project RELEASE</name>-->
+			<url>https://nexus.superdesk.cn/repository/maven-releases</url>
+		</repository>
+		<snapshotRepository>
+			<id>nexus-snapshots</id>
+			<!--<name>Porject SNAPSHOTS</name>-->
+			<url>https://nexus.superdesk.cn/repository/maven-snapshots</url>
+		</snapshotRepository>
+	</distributionManagement>
 
 </project>