Skip to content

Commit

Permalink
Added CodeMC CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Poslovitch committed Dec 30, 2018
1 parent 0041d07 commit 090e1cc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 090e1cc

Please sign in to comment.