mirror of
https://github.com/NLthijs48/AreaShop.git
synced 2024-11-29 05:35:12 +01:00
Add licence, issues and CI to the root pom file
This commit is contained in:
parent
a23c6fa66f
commit
d301be2304
18
pom.xml
18
pom.xml
@ -8,6 +8,24 @@
|
|||||||
<name>AreaShop Parent</name>
|
<name>AreaShop Parent</name>
|
||||||
<url>https://github.com/NLthijs48/AreaShop</url>
|
<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>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>spigot-repo</id>
|
<id>spigot-repo</id>
|
||||||
|
Loading…
Reference in New Issue
Block a user