mirror of https://github.com/apache/activemq.git
Add the plugin repo since the plugin has not made it to central yet.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1484512 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
870fa687d5
commit
18eb6b239d
8
pom.xml
8
pom.xml
|
@ -1455,6 +1455,14 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
<pluginRepositories>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>com.fusesource.m2</id>
|
||||||
|
<url>http://repo.fusesource.com/nexus/content/groups/public/</url>
|
||||||
|
<releases><enabled>true</enabled></releases>
|
||||||
|
<snapshots><enabled>false</enabled></snapshots>
|
||||||
|
</pluginRepository>
|
||||||
|
</pluginRepositories>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
<profile>
|
<profile>
|
||||||
|
|
Loading…
Reference in New Issue