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:
James Strachan 2006-05-04 09:12:10 +00:00
parent c6e0984e1d
commit b36e9f804a
1 changed files with 8 additions and 0 deletions

View File

@ -57,6 +57,14 @@
</plugins>
</build>
<pluginRepositories>
<pluginRepository>
<id>mortbay-repo</id>
<name>mortbay-repo</name>
<url>http://www.mortbay.org/maven2/snapshot</url>
</pluginRepository>
</pluginRepositories>
<dependencies>
<dependency>