Update pom.xml with deployment informations

This commit is contained in:
Alexandre Vanhecke 2018-01-19 19:47:28 +01:00 committed by GitHub
parent 1e16f251ef
commit 4c15979701
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
pom.xml
View File

@ -35,6 +35,17 @@
<url>https://github.com/AuthMe/AuthMeReloaded/issues</url>
</issueManagement>
<distributionManagement>
<snapshotRepository>
<id>nexus-snapshots</id>
<url>https://nexus.authme.eu/repository/maven-snapshots/</url>
</snapshotRepository>
<repository>
<id>nexus-releases</id>
<url>https://nexus.authme.eu/repository/maven-releases/</url>
</repository>
</distributionManagement>
<licenses>
<license>
<name>The GNU General Public Licence version 3 (GPLv3)</name>