diff --git a/pom.xml b/pom.xml index 873b812d3715ab124ae35e8b3f859dd4be13d245..939a959cfc35dc05f059fdf98e6df6363ad2d6b0 100644 --- a/pom.xml +++ b/pom.xml @@ -57,4 +57,15 @@ </plugins> </build> + <distributionManagement> + <snapshotRepository> + <id>vsb-education-releases</id> + <url>https://artifactory.cs.vsb.cz/repository/archetype-snapshots/</url> + </snapshotRepository> + <repository> + <id>vsb-education-snapshots</id> + <url>https://artifactory.cs.vsb.cz/repository/archetype-releases/</url> + </repository> + </distributionManagement> + </project>