Commit 79dcc2d7 authored by Nikolay's avatar Nikolay

Test of new repository identification in pom.xml

parent cce3d6cc
......@@ -27,6 +27,21 @@
<developerConnection>scm:svn:https://cloudsim.googlecode.com/svn/trunk</developerConnection>
<url>http://code.google.com/p/cloudsim/source/browse/trunk</url>
</scm>
<distributionManagement>
<!-- use the following if you're not using a snapshot version. -->
<repository>
<id>localRepo</id>
<name>RepositoryProxyRel</name>
<url>file:///${project.build.directory}/repo</url>
</repository>
<!-- use the following if you ARE using a snapshot version. -->
<snapshotRepository>
<id>localSnap</id>
<name>RepositoryProxySnap</name>
<url>file:///${project.build.directory}/snapshot</url>
</snapshotRepository>
</distributionManagement>
<organization>
<name>The Cloud Computing and Distributed Systems (CLOUDS) Laboratory, The University of Melbourne</name>
......@@ -60,13 +75,7 @@
</pluginManagement>
</build>
<distributionManagement>
<repository>
<id>local-repository</id>
<name>Local Repository</name>
<url>file://${basedir}/target/deployed-artifacts</url>
</repository>
</distributionManagement>
<dependencyManagement>
<dependencies>
......
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