Before You Begin
First of all, you should install proprietary artifacts Convergence artifacts depend on. You can easily do it by running this install-artifacts.sh script.
 | Don't forget modify paths for your local system before running it! |
Releases Repository
Releases (such as 0.1.0-rc1 or 0.2.1) are deployed at:
<repository>
<id>convergence-releases</id>
<name>Convergence Releases Repository</name>
<url>http://www.openspaces.org/svn/cvg/repo/releases</url>
</repository>
Snapshots Repository
Snapshot builds are provided for testing and development purposes only.
The snapshots are deloyed to the snapshot repository. To use them, just add the following repository to the pom.xml:
<repository>
<id>convergence-snapshots</id>
<name>Convergence Snapshots Repository</name>
<url>http://www.openspaces.org/svn/cvg/repo/snapshots</url>
<snapshots><enabled>true</enabled></snapshots>
</repository>
Individual dependencies can then by added like so:
<dependency>
<groupId>com.griddynamics.openspaces.convergence</groupId>
<artifactId>convergence-monitor-core</artifactId>
<version>1.0-XXX-SNAPSHOT</version>
</dependency>