diff --git a/pom.xml b/pom.xml index 8641f874a2ae5432679c5a1cee8480bd29c83bb0..e4aca789b1723c32374b9844c99c8905711d8d4f 100644 --- a/pom.xml +++ b/pom.xml @@ -77,4 +77,16 @@ </plugin> </plugins> </build> + <distributionManagement> + <repository> + <id>yandex_qa_releases</id> + <name>Releases</name> + <url>${releases-repo}</url> + </repository> + <snapshotRepository> + <id>yandex_qa_snapshots</id> + <name>Snapshots</name> + <url>${snapshots-repo}</url> + </snapshotRepository> + </distributionManagement> </project>