____tbvns____ 5 月之前
父节点
当前提交
5a6bb9c0ed
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      GD4J/pom.xml

+ 7 - 0
GD4J/pom.xml

@@ -11,6 +11,13 @@
 
     <artifactId>GD4J</artifactId>
 
+    <distributionManagement>
+        <repository>
+            <id>main-repo</id> <!-- Must match the id in settings.xml -->
+            <url>http://192.168.1.42:7071/releases</url>
+        </repository>
+    </distributionManagement>
+
     <properties>
         <maven.compiler.source>21</maven.compiler.source>
         <maven.compiler.target>21</maven.compiler.target>