From 8a2751aaa3c1367cdf70a6fa2d0b9ad39f311b0b Mon Sep 17 00:00:00 2001 From: lizi00164331 Date: Wed, 13 Sep 2017 21:34:18 +0800 Subject: Add tomcat server to esr-server. Change-Id: Id6148623e7d15fef60648fe51124d65f58978167 Issue-ID: AAI-291 Signed-off-by: lizi00164331 --- integration/pom.xml | 157 ++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 116 insertions(+), 41 deletions(-) (limited to 'integration/pom.xml') diff --git a/integration/pom.xml b/integration/pom.xml index 4f737cb..b4cef04 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -23,13 +23,18 @@ 4.0.0 aai-esr-gui-integration - war + pom esr-gui/integration - esrui + esr-gui 1.1.2 1.7.6 + linux64 + win64 + target/assembly/${linux64id} + target/assembly/${win64id} + target/version @@ -88,69 +93,139 @@ org.onap.aai.esr-gui - esr - 1.0.0-SNAPSHOT - war + httpserver + ${project.version} + zip - esrui - org.apache.maven.plugins - maven-war-plugin - - WEB-INF/web.xml - - - org.onap.aai.esr-gui - common - - - org.onap.aai.esr-gui - esr - - - + maven-resources-plugin + + + copy-resources-${linux64id} + process-resources + + copy-resources + + + ${linux64outputdir} + + + src/main/assembly/ + false + + **/* + + + **/*.bat + + + + true + + + + copy-resources-${win64id} + process-resources + + copy-resources + + + ${win64outputdir} + + + src/main/assembly/ + false + + **/* + + + **/*.sh + + + + true + + + org.apache.maven.plugins - maven-antrun-plugin - + maven-dependency-plugin + - zip - package + unpack-httpserver-${linux64id} - run + unpack + prepare-package - - - - - + + + org.onap.aai.esr-gui + httpserver + zip + + + **/*.bat,*.cmd + ${linux64outputdir} + false + true + true + + + + unpack-httpserver-${win64id} + + unpack + + prepare-package + + + + org.onap.aai.esr-gui + httpserver + zip + + + *.sh,*/*.sh,*/*/*.sh + ${win64outputdir} + false + true + true - org.codehaus.mojo - build-helper-maven-plugin + org.apache.maven.plugins + maven-antrun-plugin - attach-artifacts + distribution package - attach-artifact + run - - - target/${packagename}-${project.version}.zip - zip - - + + + + + + + + + + + + + + + -- cgit 1.2.3-korg