mirror of https://github.com/apache/activemq.git
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:
parent
3cea40d889
commit
b96bb1ff4b
7
pom.xml
7
pom.xml
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue