From: lizi Date: Thu, 12 Oct 2017 09:16:19 +0000 (+0800) Subject: Add a function to add esr-gui to webapp. X-Git-Tag: v1.0.0~6^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F85%2F18485%2F1;p=aai%2Fesr-gui.git Add a function to add esr-gui to webapp. Change-Id: I2f43a9b3e246cc47873c56d053d0f99bcf4f6d23 Issue-ID: AAI-431 Signed-off-by: lizi --- 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