From b84c864d856a3fe1828544471bff659d769c15ac Mon Sep 17 00:00:00 2001 From: James Strachan Date: Sat, 12 Aug 2006 08:57:06 +0000 Subject: [PATCH] made it easier to specify the port to use for running jetty git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@430998 13f79535-47bb-0310-9956-ffa450edef68 --- activemq-web-console/pom.xml | 105 +++++++++++++++++++---------------- 1 file changed, 56 insertions(+), 49 deletions(-) diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml index 14d2e0fb8a..89cfe7185c 100755 --- a/activemq-web-console/pom.xml +++ b/activemq-web-console/pom.xml @@ -1,27 +1,25 @@ - - + + 4.0.0 @@ -41,12 +39,18 @@ org.mortbay.jetty maven-jetty-plugin - + + + ${jetty.port} + 60000 + + + - com.sun.management.jmxremote + com.sun.management.jmxremote - + 10 @@ -54,22 +58,22 @@ - + mortbay-repo mortbay-repo http://www.mortbay.org/maven2/snapshot - + - + org.mortbay.jetty servlet-api-2.5 provided - + org.apache.geronimo.specs @@ -99,7 +103,7 @@ ${pom.groupId} activemq-core - + ${pom.groupId} activeio-core @@ -117,37 +121,37 @@ org.apache.xbean xbean-spring - + org.mortbay.jetty jetty test - - org.mortbay.jetty - jetty-util - test - + + org.mortbay.jetty + jetty-util + test + - - - org.slf4j - slf4j-jcl - 1.0-rc5 - + + org.slf4j + slf4j-jcl + 1.0-rc5 + - + --> + - - + + opensymphony sitemesh 2.2.1 - + javax.servlet @@ -159,26 +163,26 @@ standard 1.1.2 - + xmlpull xmlpull - + xstream xstream - - + + junit junit test - + org.apache.derby @@ -186,4 +190,7 @@ + + 8080 +