Commit 40307bc9 authored by Nikolay's avatar Nikolay

Updated pom with local repo lication for the distribution artifacts

parent 99de125c
...@@ -59,6 +59,14 @@ ...@@ -59,6 +59,14 @@
</pluginManagement> </pluginManagement>
</build> </build>
<distributionManagement>
<repository>
<id>localrepo</id>
<name>LocalRepository</name>
<url>file:///${project.build.directory}/deployment-artifacts</url>
</repository>
</distributionManagement>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency> <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