Add licence, issues and CI to the root pom file

This commit is contained in:
Thijs Wiefferink 2018-04-03 22:44:16 +02:00
parent a23c6fa66f
commit d301be2304
1 changed files with 18 additions and 0 deletions

18
pom.xml
View File

@ -8,6 +8,24 @@
<name>AreaShop Parent</name>
<url>https://github.com/NLthijs48/AreaShop</url>
<licenses>
<license>
<name>GNU General Public License v3.0</name>
<url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<issueManagement>
<url>https://github.com/NLthijs48/AreaShop/issues</url>
<system>GitHub Issues</system>
</issueManagement>
<ciManagement>
<system>Jenkins</system>
<url>http://jenkins.wiefferink.me/job/AreaShop</url>
</ciManagement>
<repositories>
<repository>
<id>spigot-repo</id>