Skip to content

Commit

Permalink
Added CodeMC CI to distribution management in POM
Browse files Browse the repository at this point in the history
  • Loading branch information
Poslovitch committed Oct 31, 2018
1 parent 70d29e6 commit 413887d
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,11 +19,27 @@
<url>https://github.com/BentoBoxWorld/addon-welcomewarpsigns</url>
</scm>

<ciManagement>
<system>jenkins</system>
<url>http://ci.codemc.org/job/BentoBoxWorld/job/addon-level</url>
</ciManagement>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/BentoBoxWorld/addon-level/issues</url>
</issueManagement>

<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>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit 413887d

Please sign in to comment.