These builds are provided for testing and development purposes only. They are built by a Hudson process automatically using the latest snapshot from Subversion.
Individual dependencies can then by added like so:
<dependency>
<groupId>com.iaasframework</groupId>
<artifactId>com.iaasframework.resources.core</artifactId>
<version>1.0-m1-SNAPSHOT</version>
</dependency>
The releases are deployed to Inocybe Technologies's Maven2 repository. To use it, just add the following repository to the POM:
<repository>
<id>releases</id>
<name>Inocybe Public Repository</name>
<url>http://repository.inocybe.ca/content/groups/public/</url>
</repository>
The snapshots are deployed to Inocybe Technologies's Maven2 snapshot repository. To use it, just add the following repository to the POM:
<repository>
<id>snapshots</id>
<name>Inocybe Public Snapshots Repository</name>
<url>http://repository.inocybe.ca/content/groups/public/</url>
</repository>