diff options
author | 2016-09-21 17:14:26 +0800 | |
---|---|---|
committer | 2016-09-21 17:14:26 +0800 | |
commit | c021b369485a1665c7e7d16608fa2db09bfeffbb (patch) | |
tree | 13760a19eef61cedf0552af397957b7973baeb72 /openo-portal/portal-lifecyclemgr/pom.xml | |
parent | 3376e5f58327fb1d6c06985bf43185c11efdab73 (diff) |
GSO-3: re-structure of the GUI package for the LCM mgr and Res. Mgr packages
Change-Id: I3871814a2ebcb5377f695ada2042acfe4f2adfb9
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Diffstat (limited to 'openo-portal/portal-lifecyclemgr/pom.xml')
-rw-r--r-- | openo-portal/portal-lifecyclemgr/pom.xml | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/openo-portal/portal-lifecyclemgr/pom.xml b/openo-portal/portal-lifecyclemgr/pom.xml index 634020f3..e48092b7 100644 --- a/openo-portal/portal-lifecyclemgr/pom.xml +++ b/openo-portal/portal-lifecyclemgr/pom.xml @@ -17,15 +17,13 @@ --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.openo.gso.gui</groupId> - <artifactId>openo-portal</artifactId> - <version>1.0.0-SNAPSHOT</version> - <relativePath/> - </parent> - - <artifactId>module-lifecyclemgr</artifactId> - <version>1.0.0-SNAPSHOT</version> - <packaging>pom</packaging> + <parent> + <groupId>org.openo.gso.gui</groupId> + <artifactId>openo-portal</artifactId> + <version>1.0.0-SNAPSHOT</version> + </parent> + <modelVersion>4.0.0</modelVersion> + <artifactId>portal-lifecyclemgr</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>war</packaging> </project> |