mirror of https://github.com/apache/activemq.git
adding java.net repository
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@755538 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7b16aec2c0
commit
a1cccb9ed9
|
@ -30,6 +30,11 @@
|
|||
<name>ActiveMQ :: XMPP</name>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>maven-repository</id>
|
||||
<name>Java.net Maven Repository </name>
|
||||
<url>http://download.java.net/maven/2</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>codehaus</id>
|
||||
<name>Codehaus Maven 2 Repository</name>
|
||||
|
@ -48,6 +53,10 @@
|
|||
</repository>
|
||||
</repositories>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>maven-repository</id>
|
||||
<url>http://download.java.net/maven/2</url>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>maven2-repository.dev.java.net</id>
|
||||
<url>https://maven2-repository.dev.java.net/nonav/repository</url>
|
||||
|
|
Loading…
Reference in New Issue