Commit 40307bc9 authored by Nikolay's avatar Nikolay

Updated pom with local repo lication for the distribution artifacts

parent 99de125c
......@@ -59,6 +59,14 @@
</pluginManagement>
</build>
<distributionManagement>
<repository>
<id>localrepo</id>
<name>LocalRepository</name>
<url>file:///${project.build.directory}/deployment-artifacts</url>
</repository>
</distributionManagement>
<dependencyManagement>
<dependencies>
<dependency>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment