Update pom.xml with deployment informations
This commit is contained in:
parent
1e16f251ef
commit
4c15979701
11
pom.xml
11
pom.xml
@ -35,6 +35,17 @@
|
|||||||
<url>https://github.com/AuthMe/AuthMeReloaded/issues</url>
|
<url>https://github.com/AuthMe/AuthMeReloaded/issues</url>
|
||||||
</issueManagement>
|
</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>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>The GNU General Public Licence version 3 (GPLv3)</name>
|
<name>The GNU General Public Licence version 3 (GPLv3)</name>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user