You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/05/04 11:12:13 UTC

svn commit: r399628 - /incubator/activemq/trunk/activemq-web-console/pom.xml

Author: jstrachan
Date: Thu May  4 02:12:10 2006
New Revision: 399628

URL: http://svn.apache.org/viewcvs?rev=399628&view=rev
Log:
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

Modified:
    incubator/activemq/trunk/activemq-web-console/pom.xml

Modified: incubator/activemq/trunk/activemq-web-console/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-web-console/pom.xml?rev=399628&r1=399627&r2=399628&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-web-console/pom.xml (original)
+++ incubator/activemq/trunk/activemq-web-console/pom.xml Thu May  4 02:12:10 2006
@@ -56,6 +56,14 @@
       </plugin>
     </plugins>
   </build>
+
+   <pluginRepositories>
+    <pluginRepository>
+      <id>mortbay-repo</id>
+      <name>mortbay-repo</name>
+      <url>http://www.mortbay.org/maven2/snapshot</url>
+    </pluginRepository>
+  </pluginRepositories>
   
   <dependencies>