From d1d680da06cb17ae1123a9db381fa5ee029548f4 Mon Sep 17 00:00:00 2001 From: Sean Flanigan Date: Fri, 13 Feb 2015 13:01:16 +1000 Subject: [PATCH] Fix management port mismatch --- functional-test/pom.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/functional-test/pom.xml b/functional-test/pom.xml index 1959924547..4c9d96d7e5 100644 --- a/functional-test/pom.xml +++ b/functional-test/pom.xml @@ -21,6 +21,8 @@ 8180 + 10090 + 10099 ${project.build.directory}/cargo/installs ${project.build.directory}/jboss/container zanata @@ -553,6 +555,8 @@ ${cargo.servlet.port} + ${cargo.jboss.management-http.port} + ${cargo.jboss.management-native.port} @@ -627,6 +631,30 @@ + + JBOSS_MANAGEMENT_HTTP_PORT + + + env.JBOSS_MANAGEMENT_HTTP_PORT + + + + ${env.JBOSS_MANAGEMENT_HTTP_PORT} + + + + + JBOSS_MANAGEMENT_NATIVE_PORT + + + env.JBOSS_MANAGEMENT_NATIVE_PORT + + + + ${env.JBOSS_MANAGEMENT_NATIVE_PORT} + + + SMTP_PORT