Adds distribution management
Some checks failed
EpicKnarvik97/Dynmap-Factions/pipeline/head There was a failure building this commit
Some checks failed
EpicKnarvik97/Dynmap-Factions/pipeline/head There was a failure building this commit
This commit is contained in:
parent
91fef8d349
commit
8752a58c1b
12
pom.xml
12
pom.xml
@ -61,6 +61,10 @@
|
|||||||
</resources>
|
</resources>
|
||||||
</build>
|
</build>
|
||||||
<repositories>
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>knarcraft-repo</id>
|
||||||
|
<url>https://git.knarcraft.net/api/packages/EpicKnarvik97/maven</url>
|
||||||
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>spigotmc-repo</id>
|
<id>spigotmc-repo</id>
|
||||||
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
||||||
@ -69,11 +73,17 @@
|
|||||||
<id>dynmap</id>
|
<id>dynmap</id>
|
||||||
<url>https://repo.mikeprimm.com/</url>
|
<url>https://repo.mikeprimm.com/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>knarcraft-repo</id>
|
<id>knarcraft-repo</id>
|
||||||
<url>https://git.knarcraft.net/api/packages/EpicKnarvik97/maven</url>
|
<url>https://git.knarcraft.net/api/packages/EpicKnarvik97/maven</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
<snapshotRepository>
|
||||||
|
<id>knarcraft-repo</id>
|
||||||
|
<url>https://git.knarcraft.net/api/packages/EpicKnarvik97/maven</url>
|
||||||
|
</snapshotRepository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
Reference in New Issue
Block a user