From 1561cc66e5154d266e513e1efc97764ebbc7d42a Mon Sep 17 00:00:00 2001 From: Xiuchao Wu Date: Thu, 22 Sep 2016 16:54:06 +0100 Subject: [PATCH] add portal-lifecyclemgr into the pom file of openo-portal Change-Id: Ibd69e55ce654fe1cd94203f2684f04b5157fd85d Signed-off-by: Xiuchao Wu --- openo-portal/pom.xml | 1 + openo-portal/portal-lifecyclemgr/pom.xml | 22 ++++++++++++++++++---- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/openo-portal/pom.xml b/openo-portal/pom.xml index 4f6dbef6..75007e35 100644 --- a/openo-portal/pom.xml +++ b/openo-portal/pom.xml @@ -34,5 +34,6 @@ portal-resmgr portal-extsys portal-auth + portal-lifecyclemgr diff --git a/openo-portal/portal-lifecyclemgr/pom.xml b/openo-portal/portal-lifecyclemgr/pom.xml index e48092b7..853fe11b 100644 --- a/openo-portal/portal-lifecyclemgr/pom.xml +++ b/openo-portal/portal-lifecyclemgr/pom.xml @@ -22,8 +22,22 @@ openo-portal 1.0.0-SNAPSHOT - 4.0.0 - portal-lifecyclemgr - 1.0.0-SNAPSHOT - war + + 4.0.0 + portal-lifecyclemgr + 1.0.0-SNAPSHOT + war + + + + + org.apache.maven.plugins + maven-war-plugin + + false + + + + + -- 2.16.6