From cba3c4febc90629445d2023c3b6db638cba9f0bd Mon Sep 17 00:00:00 2001
From: wangzilun <964606955@qq.com>
Date: Wed, 26 Jul 2023 18:40:52 +0800
Subject: [PATCH] test6 maven服务器配置

---
 pom.xml |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index e933921..c082915 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,6 +32,18 @@
             </plugin>
         </plugins>
     </build>
+    <distributionManagement>
+        <repository>
+            <id>releases</id>
+            <name>Nexus Release Repository</name>
+            <url>http://47.92.145.232:8081/repository/maven-releases/</url>
+        </repository>
+        <snapshotRepository>
+            <id>snapshots</id>
+            <name>Nexus Snapshot Repository</name>
+            <url>http://47.92.145.232:8081/repository/maven-snapshots/</url>
+        </snapshotRepository>
+    </distributionManagement>
     <repositories>
         <repository>
             <id>maven-public</id>

--
Gitblit v1.9.1