From 02e266a4c4948bce1765179ed3fcb4e8ce46e656 Mon Sep 17 00:00:00 2001 From: lizi Date: Thu, 12 Oct 2017 17:16:19 +0800 Subject: Add a function to add esr-gui to webapp. Change-Id: I2f43a9b3e246cc47873c56d053d0f99bcf4f6d23 Issue-ID: AAI-431 Signed-off-by: lizi --- integration/pom.xml | 66 +++++++++++++++++++++++++++++ integration/src/main/webapp/WEB-INF/web.xml | 19 +++++++++ pom.xml | 1 + 3 files changed, 86 insertions(+) create mode 100644 integration/pom.xml create mode 100644 integration/src/main/webapp/WEB-INF/web.xml diff --git a/integration/pom.xml b/integration/pom.xml new file mode 100644 index 0000000..802676c --- /dev/null +++ b/integration/pom.xml @@ -0,0 +1,66 @@ + + + + + org.onap.aai.esr-gui + aai-esr-gui + 1.0.0-SNAPSHOT + + + 4.0.0 + integration + war + esr-gui/integration + + + + org.onap.aai.esr-gui + common + 1.0.0-SNAPSHOT + war + + + org.onap.aai.esr-gui + portal + 1.0.0-SNAPSHOT + war + + + + + esr-gui + + + org.apache.maven.plugins + maven-war-plugin + + WEB-INF/web.xml + + + org.onap.aai.esr-gui + common + + + org.onap.aai.esr-gui + portal + + + + + + + diff --git a/integration/src/main/webapp/WEB-INF/web.xml b/integration/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000..52dafec --- /dev/null +++ b/integration/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,19 @@ + + + + + diff --git a/pom.xml b/pom.xml index 8649866..de6b81d 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,7 @@ common portal + integration distribution -- cgit 1.2.3-korg