Maven deployment is such a fun thing

This commit is contained in:
Ivan Pekov 2020-09-09 19:35:29 +03:00
parent 50bec926be
commit 2478570dd8
No known key found for this signature in database
GPG Key ID: BC975C392D9CA3A3

11
pom.xml
View File

@ -25,6 +25,17 @@
</pluginRepository>
</pluginRepositories>
<distributionManagement>
<repository>
<id>codemc-releases</id>
<url>https://repo.codemc.org/repository/maven-releases/</url>
</repository>
<snapshotRepository>
<id>codemc-snapshots</id>
<url>https://repo.codemc.org/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>
<build>
<plugins>
<plugin>