csw 4 months ago
parent
commit
3de96c03de
1 changed files with 15 additions and 0 deletions
  1. 15 0
      pom.xml

+ 15 - 0
pom.xml

@@ -80,4 +80,19 @@
         </plugins>
     </build>
 
+    <profiles>
+        <profile>
+            <id>three-dev-from</id>
+            <repositories>
+                <repository>
+                    <id>maven-three</id>
+                    <url>https://lekoxnfx.com:4001/repository/maven-three-dev/</url>
+                    <snapshots>
+                        <enabled>true</enabled>
+                    </snapshots>
+                </repository>
+            </repositories>
+        </profile>
+    </profiles>
+
 </project>