Commit 79dcc2d7 authored by Nikolay's avatar Nikolay

Test of new repository identification in pom.xml

parent cce3d6cc
...@@ -27,6 +27,21 @@ ...@@ -27,6 +27,21 @@
<developerConnection>scm:svn:https://cloudsim.googlecode.com/svn/trunk</developerConnection> <developerConnection>scm:svn:https://cloudsim.googlecode.com/svn/trunk</developerConnection>
<url>http://code.google.com/p/cloudsim/source/browse/trunk</url> <url>http://code.google.com/p/cloudsim/source/browse/trunk</url>
</scm> </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> <organization>
<name>The Cloud Computing and Distributed Systems (CLOUDS) Laboratory, The University of Melbourne</name> <name>The Cloud Computing and Distributed Systems (CLOUDS) Laboratory, The University of Melbourne</name>
...@@ -60,13 +75,7 @@ ...@@ -60,13 +75,7 @@
</pluginManagement> </pluginManagement>
</build> </build>
<distributionManagement>
<repository>
<id>local-repository</id>
<name>Local Repository</name>
<url>file://${basedir}/target/deployed-artifacts</url>
</repository>
</distributionManagement>
<dependencyManagement> <dependencyManagement>
<dependencies> <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