Adds distribution management and Jenkinsfile
All checks were successful
EpicKnarvik97/Blacksmith/pipeline/head This commit looks good

This commit is contained in:
2022-11-26 04:13:41 +01:00
parent 5089a721a0
commit c9ff3af6ac
2 changed files with 41 additions and 0 deletions

14
pom.xml
View File

@@ -19,6 +19,10 @@
<!-- Repositories -->
<repositories>
<repository>
<id>gitea</id>
<url>https://git.knarcraft.net/api/packages/EpicKnarvik97/maven</url>
</repository>
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
@@ -32,6 +36,16 @@
<url>https://nexus.hc.to/content/repositories/pub_releases</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>gitea</id>
<url>https://git.knarcraft.net/api/packages/EpicKnarvik97/maven</url>
</repository>
<snapshotRepository>
<id>gitea</id>
<url>https://git.knarcraft.net/api/packages/EpicKnarvik97/maven</url>
</snapshotRepository>
</distributionManagement>
<!-- Dependencies -->
<dependencies>