From 98269e05cf8760cb878c90ea810cd4a2c556b0cb Mon Sep 17 00:00:00 2001 From: "Adrian T. Co" Date: Tue, 31 Oct 2006 17:54:21 +0000 Subject: [PATCH] AMQ-1015: Upgraded maven-jetty-plugin git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/branches/activemq-4.0@469583 13f79535-47bb-0310-9956-ffa450edef68 --- activemq-web-console/pom.xml | 28 +++++++++++++++++----------- activemq-web-demo/pom.xml | 12 +++++++++++- pom.xml | 7 +++++++ 3 files changed, 35 insertions(+), 12 deletions(-) diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml index 7fdacb189e..faae52f014 100755 --- a/activemq-web-console/pom.xml +++ b/activemq-web-console/pom.xml @@ -41,18 +41,21 @@ org.mortbay.jetty maven-jetty-plugin - 6.0.0 + ${jetty-version} - - - - - - com.sun.management.jmxremote - - - - + + + ${jetty.port} + 60000 + + + + + + com.sun.management.jmxremote + + + 10 @@ -191,4 +194,7 @@ + + 8080 + diff --git a/activemq-web-demo/pom.xml b/activemq-web-demo/pom.xml index 7cd67b1ce1..1bf0c7ff07 100755 --- a/activemq-web-demo/pom.xml +++ b/activemq-web-demo/pom.xml @@ -40,8 +40,15 @@ org.mortbay.jetty - maven-jetty6-plugin + maven-jetty-plugin + ${jetty-version} + + + ${jetty.port} + 60000 + + 10 @@ -133,4 +140,7 @@ + + 8080 + diff --git a/pom.xml b/pom.xml index ce28436218..5e79c3741a 100755 --- a/pom.xml +++ b/pom.xml @@ -133,6 +133,7 @@ activemq-rar activemq-web activemq-web-demo + activemq-web-console activemq-optional maven-bundle-plugin