mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-11-28 13:36:06 +01:00
Added CodeMC CI
This commit is contained in:
parent
0041d07151
commit
090e1ccfa1
16
pom.xml
16
pom.xml
@ -19,6 +19,11 @@
|
|||||||
<url>https://github.com/BentoBoxWorld/Challenges</url>
|
<url>https://github.com/BentoBoxWorld/Challenges</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
|
<ciManagement>
|
||||||
|
<system>jenkins</system>
|
||||||
|
<url>http://ci.codemc.org/job/BentoBoxWorld/job/Challenges</url>
|
||||||
|
</ciManagement>
|
||||||
|
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
<system>GitHub</system>
|
<system>GitHub</system>
|
||||||
<url>https://github.com/BentoBoxWorld/Challenges/issues</url>
|
<url>https://github.com/BentoBoxWorld/Challenges/issues</url>
|
||||||
@ -31,6 +36,17 @@
|
|||||||
<powermock.version>1.7.4</powermock.version>
|
<powermock.version>1.7.4</powermock.version>
|
||||||
</properties>
|
</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>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>spigot-repo</id>
|
<id>spigot-repo</id>
|
||||||
|
Loading…
Reference in New Issue
Block a user