Explorar o código

update 配置文件

GITZYY hai 8 meses
pai
achega
ec40abd64b
Modificáronse 1 ficheiros con 14 adicións e 1 borrados
  1. 14 1
      pom.xml

+ 14 - 1
pom.xml

@@ -153,7 +153,6 @@
             </dependency>
         </dependencies>
     </dependencyManagement>
-
 <modules>  <module>start</module>
     <module>egress-gateway-service-app</module>
     <module>egress-gateway-service-adapter</module>
@@ -223,4 +222,18 @@
             </plugins>
         </pluginManagement>
     </build>
+
+    <!-- 本地nexus私有库-->
+    <distributionManagement>
+        <snapshotRepository>
+            <id>rdc-snapshots</id>
+            <name>snapshots</name>
+            <url>http://192.168.1.169:8000/repository/maven-snapshots/</url>
+        </snapshotRepository>
+        <repository>
+            <id>rdc-releases</id>
+            <name>release</name>
+            <url>http://192.168.1.169:8000/repository/maven-releases/</url>
+        </repository>
+    </distributionManagement>
 </project>