浏览代码

Add maven publish option

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

+ 7 - 0
PowerGDEditor/pom.xml

@@ -116,4 +116,11 @@
         </dependency>
         </dependency>
     </dependencies>
     </dependencies>
 
 
+    <distributionManagement>
+        <repository>
+            <id>main-repo</id> <!-- Must match the id in settings.xml -->
+            <url>http://localhost:7071</url>
+        </repository>
+    </distributionManagement>
+
 </project>
 </project>