Browse Source

pom问题修改

rengb 5 years atrás
parent
commit
0838e77b08
1 changed files with 13 additions and 0 deletions
  1. 13 0
      kernel/pom.xml

+ 13 - 0
kernel/pom.xml

@@ -102,6 +102,19 @@
 		</dependency>
 	</dependencies>
 
+	<distributionManagement>
+		<repository>
+			<id>nexus-releases</id>
+			<name>Nexus Release Repository</name>
+			<url>http://192.168.2.236:8081/repository/maven-releases/</url>
+		</repository>
+		<snapshotRepository>
+			<id>nexus-snapshots</id>
+			<name>Nexus Snapshot Repository</name>
+			<url>http://192.168.2.236:8081/repository/maven-snapshots/</url>
+		</snapshotRepository>
+	</distributionManagement>
+
 	<build>
 		<plugins>
 			<plugin>