diff --git a/pom.xml b/pom.xml index 9328bb56ac4d4213d9b4d9ece112d9c2fa2b1fff..a1b0f8658318157515b7ad2d7df6f4f3391a9b36 100644 --- a/pom.xml +++ b/pom.xml @@ -76,4 +76,9 @@ </plugin> </plugins> </build> + <distributionManagement> + <repository> + <url>https://artifactory.cs.vsb.cz/public/</url> + </repository> + </distributionManagement> </project>