From 27525d8cce704f03b28eb8833ac1533126ece7da Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Tue, 29 May 2018 14:08:46 -0700 Subject: Allow cdt port to be set Allow the cdt port to be set by the CDT_PORT variable. Defaults to the default oom port. Change-Id: Ib916b0ab2d9267aa01c31372a57738a8c2d6bae6 Signed-off-by: Patrick Brady Issue-ID: APPC-924 --- cdt/pom.xml | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) (limited to 'cdt/pom.xml') diff --git a/cdt/pom.xml b/cdt/pom.xml index 8683470..bbe44f1 100644 --- a/cdt/pom.xml +++ b/cdt/pom.xml @@ -77,15 +77,14 @@ limitations under the License. - - - + @@ -237,6 +235,25 @@ limitations under the License. + + copy-scripts + + copy-resources + + validate + + ${basedir}/target/docker-stage + + + src/main/scripts + + *.sh + + false + + + + -- cgit 1.2.3-korg