Added CodeMC CI

This commit is contained in:
Florian CUNY 2018-12-30 14:46:04 +01:00
parent 0041d07151
commit 090e1ccfa1
1 changed files with 16 additions and 0 deletions

16
pom.xml
View File

@ -19,6 +19,11 @@
<url>https://github.com/BentoBoxWorld/Challenges</url>
</scm>
<ciManagement>
<system>jenkins</system>
<url>http://ci.codemc.org/job/BentoBoxWorld/job/Challenges</url>
</ciManagement>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/BentoBoxWorld/Challenges/issues</url>
@ -31,6 +36,17 @@
<powermock.version>1.7.4</powermock.version>
</properties>
<distributionManagement>
<snapshotRepository>
<id>codemc-snapshots</id>
<url>https://repo.codemc.org/repository/maven-snapshots</url>
</snapshotRepository>
<repository>
<id>codemc-releases</id>
<url>https://repo.codemc.org/repository/maven-releases</url>
</repository>
</distributionManagement>
<repositories>
<repository>
<id>spigot-repo</id>