Developers¶
Maven Repositories¶
- Stable Repository : Stable releases, as announced on the project pages.
- Snapshot Repository : Snapshots of work in progress. Usually works, but may be subject to bugs and API changes.
To add projects from shredzone.org to your own project, add the stable repository to your pom.xml file:
<project>
...
<repositories>
<repository>
<id>shredzone.org-stable</id>
<name>shredzone.org Stable Repository</name>
<url>http://maven.shredzone.org/release/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
...
</project>
Subversion¶
Get anonymous read access to the Subversion repository at http://svn.shredzone.org/ .