Add the fusesource snapshot repo so that the leveldb snapshot can be downloaded.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1303502 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2012-03-21 18:59:21 +00:00
parent 3cea40d889
commit b96bb1ff4b
1 changed files with 7 additions and 0 deletions

View File

@ -214,6 +214,13 @@
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>fusesource-snapshots</id>
<url>http://repo.fusesource.com/nexus/content/groups/public-snapshots</url>
<releases><enabled>false</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories>
<!-- This is only here since the activemq-protobuf plugin has not been released yet -->