From ee2ca98949c84befe64db9cfa817524ca94e8b92 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E2=80=9Cshentao=E2=80=9D?= Date: Sun, 18 Sep 2016 15:38:21 +0800 Subject: [PATCH] add package module MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Ie468c1de24a91d9cbc670b3df667ad3ddf486dce Signed-off-by: “shentao” --- openo-portal/pom.xml | 60 +++++++++---------- openo-portal/portal-common/pom.xml | 62 +++++++++---------- openo-portal/portal-extsys/pom.xml | 64 ++++++++++---------- openo-portal/portal-lifecyclemgr/pom.xml | 62 +++++++++---------- openo-portal/portal-package/pom.xml | 58 ++++++++++++++++++ .../portal-package/src/main/webapp/WEB-INF/web.xml | 21 +++++++ pom.xml | 70 +++++++++++----------- 7 files changed, 238 insertions(+), 159 deletions(-) create mode 100644 openo-portal/portal-package/pom.xml create mode 100644 openo-portal/portal-package/src/main/webapp/WEB-INF/web.xml diff --git a/openo-portal/pom.xml b/openo-portal/pom.xml index 1152b1d4..20585b1b 100644 --- a/openo-portal/pom.xml +++ b/openo-portal/pom.xml @@ -1,30 +1,30 @@ - - - - - - org.openo.gso.gui - gso-gui - 1.0.0-SNAPSHOT - .. - - 4.0.0 - openo-portal - pom - portal - + + + + + + org.openo.gso.gui + gso-gui + 1.0.0-SNAPSHOT + .. + + 4.0.0 + openo-portal + pom + portal + diff --git a/openo-portal/portal-common/pom.xml b/openo-portal/portal-common/pom.xml index 5be89d20..81092077 100644 --- a/openo-portal/portal-common/pom.xml +++ b/openo-portal/portal-common/pom.xml @@ -1,31 +1,31 @@ - - - - 4.0.0 - - org.openo.gso.gui - openo-portal - 1.0.0-SNAPSHOT - - - - common - 1.0.0-SNAPSHOT - pom - + + + + 4.0.0 + + org.openo.gso.gui + openo-portal + 1.0.0-SNAPSHOT + + + + common + 1.0.0-SNAPSHOT + pom + diff --git a/openo-portal/portal-extsys/pom.xml b/openo-portal/portal-extsys/pom.xml index 703434d2..ded01b8d 100644 --- a/openo-portal/portal-extsys/pom.xml +++ b/openo-portal/portal-extsys/pom.xml @@ -1,32 +1,32 @@ - - - - 4.0.0 - - openo-portal - openo-portal - 1.0.0-SNAPSHOT - - - - openo-portal.module.extsys - module-extsys - 1.0.0-SNAPSHOT - pom - + + + + 4.0.0 + + openo-portal + openo-portal + 1.0.0-SNAPSHOT + + + + openo-portal.module.extsys + module-extsys + 1.0.0-SNAPSHOT + pom + diff --git a/openo-portal/portal-lifecyclemgr/pom.xml b/openo-portal/portal-lifecyclemgr/pom.xml index 5fe24ac7..634020f3 100644 --- a/openo-portal/portal-lifecyclemgr/pom.xml +++ b/openo-portal/portal-lifecyclemgr/pom.xml @@ -1,31 +1,31 @@ - - - - 4.0.0 - - org.openo.gso.gui - openo-portal - 1.0.0-SNAPSHOT - - - - module-lifecyclemgr - 1.0.0-SNAPSHOT - pom - + + + + 4.0.0 + + org.openo.gso.gui + openo-portal + 1.0.0-SNAPSHOT + + + + module-lifecyclemgr + 1.0.0-SNAPSHOT + pom + diff --git a/openo-portal/portal-package/pom.xml b/openo-portal/portal-package/pom.xml new file mode 100644 index 00000000..125380e8 --- /dev/null +++ b/openo-portal/portal-package/pom.xml @@ -0,0 +1,58 @@ + + + + + org.openo.gso.gui + openo-portal + 1.0.0-SNAPSHOT + + + 4.0.0 + portal-package + war + + + + org.openo.gso.gui + portal-common + 1.0.0-SNAPSHOT + war + + + + + open-portal + + + org.apache.maven.plugins + maven-war-plugin + + WEB-INF/web.xml + + + org.openo.gso.gui + portal-common + + + + + + + diff --git a/openo-portal/portal-package/src/main/webapp/WEB-INF/web.xml b/openo-portal/portal-package/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 00000000..e7cd792c --- /dev/null +++ b/openo-portal/portal-package/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,21 @@ + + + + OPEN-O Web Application + diff --git a/pom.xml b/pom.xml index f25e9f02..2564c672 100644 --- a/pom.xml +++ b/pom.xml @@ -1,35 +1,35 @@ - - - - - org.openo.oparent - oparent - 1.0.0-SNAPSHOT - ../oparent - - 4.0.0 - org.openo.gso.gui - gso-gui - pom - gui - - openo-portal - servicegateway - - + + + + + org.openo.oparent + oparent + 1.0.0-SNAPSHOT + ../oparent + + 4.0.0 + org.openo.gso.gui + gso-gui + pom + gui + + openo-portal + servicegateway + + -- 2.16.6