From f38b3423a4ce40d8b5801243d682aa423abbd753 Mon Sep 17 00:00:00 2001 From: guochuyicmri Date: Thu, 30 May 2019 18:52:03 +0800 Subject: Fix UUI frontend docker image creation failure Change-Id: I717e982d453bb6e30ec4f2b0e278ebb043fcef71 Issue-ID: USECASEUI-273 Signed-off-by: guochuyicmri --- distribution/pom.xml | 36 +++++++++++++++++++----------------- usecaseui-portal/pom.xml | 22 ---------------------- 2 files changed, 19 insertions(+), 39 deletions(-) diff --git a/distribution/pom.xml b/distribution/pom.xml index a41f6ca5..66c61bae 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -66,67 +66,68 @@ maven-resources-plugin - copy-resources-portal-linux + copy-tomcat-resources-linux64 process-resources copy-resources - ${linux64outputdir}/tomcat/webapps/ + ${linux64outputdir}/tomcat - ../usecaseui-portal/ - false + ${basedir}/target/tomcat/apache-tomcat-${tomcat.version} - usecase-ui.war + **/* + + **/*.bat + - true - copy-resources-linux64 + copy-resources-portal-linux process-resources copy-resources - ${linux64outputdir} + ${linux64outputdir}/tomcat/webapps/usecase-ui - src/main/assembly/ + ${basedir}/../usecaseui-portal/usecase-ui false **/* - - **/*.bat - true - copy-tomcat-resources-linux64 + copy-resources-linux64 process-resources copy-resources - ${linux64outputdir}/tomcat + ${linux64outputdir} - ${basedir}/target/tomcat/apache-tomcat-${tomcat.version} + src/main/assembly/ + false **/* **/*.bat + Dockerfile + true @@ -154,6 +155,7 @@ org.apache.maven.plugins maven-antrun-plugin + 1.8 distribution @@ -162,7 +164,7 @@ run - + @@ -172,7 +174,7 @@ - + diff --git a/usecaseui-portal/pom.xml b/usecaseui-portal/pom.xml index d8c9b241..c23f5283 100644 --- a/usecaseui-portal/pom.xml +++ b/usecaseui-portal/pom.xml @@ -97,28 +97,6 @@ - - org.apache.maven.plugins - maven-antrun-plugin - - - - distribution - package - - run - - - - - - - - - - - - -- cgit 1.2.3-korg