소스 검색

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>
     </dependencies>
 
+    <distributionManagement>
+        <repository>
+            <id>main-repo</id> <!-- Must match the id in settings.xml -->
+            <url>http://localhost:7071</url>
+        </repository>
+    </distributionManagement>
+
 </project>