Parcourir la source

Add maven publish option

____tbvns____ il y a 5 mois
Parent
commit
55fb91b8ce
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  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>