mirror of https://github.com/apache/activemq.git
added the jetty plugin repo to ensure we get the latest/greatest jars after finding some strangeness when running the web console on a machine which had not done a local build of jetty
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@399628 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c6e0984e1d
commit
b36e9f804a
|
@ -56,6 +56,14 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
<pluginRepositories>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>mortbay-repo</id>
|
||||||
|
<name>mortbay-repo</name>
|
||||||
|
<url>http://www.mortbay.org/maven2/snapshot</url>
|
||||||
|
</pluginRepository>
|
||||||
|
</pluginRepositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue