Update pom.xml

This commit is contained in:
Andrea Cavalli 2020-08-24 23:49:10 +02:00
parent 435fb8eb0f
commit ec66736bd5
1 changed files with 11 additions and 0 deletions

11
pom.xml
View File

@ -39,6 +39,17 @@
</repository>
</distributionManagement>
</profile>
<profile>
<id>publish-to-mchv</id>
<properties/>
<distributionManagement>
<repository>
<id>mchv</id>
<name>MCHV Apache Maven Packages</name>
<url>https://mvn.mchv.eu/repository/mchv/</url>
</repository>
</distributionManagement>
</profile>
</profiles>
<dependencies>