Commit efcab879 authored by Nikolay's avatar Nikolay

Added a distributionManagement section into the main pom.xml

parent 3c6574ab
......@@ -33,6 +33,7 @@
<url>http://cloudbus.org/</url>
</organization>
<build>
<pluginManagement>
<plugins>
......@@ -59,6 +60,14 @@
</pluginManagement>
</build>
<distributionManagement>
<repository>
<id>local-repository</id>
<name>Local Repository</name>
<url>file://${basedir}/target/deployed-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