rebuild GUI structure(only changed modules' name)
[vnfsdk/refrepo.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 32e7a29..e655750 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    Copyright (C) 2016 Huawei, Inc. and others. All rights reserved.
+    Copyright (C) 2017 CMCC, Inc. and others. All rights reserved.
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
       <version>1.1.0-SNAPSHOT</version>
       <relativePath>../oparent</relativePath>
     </parent>
+
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.openo.client.gui</groupId>
     <artifactId>client-gui</artifactId>
     <packaging>pom</packaging>
     <name>client-gui</name>
+
     <modules>
-        <module>portal-package</module>
-        <module>portal-framework</module>
-        <module>portal-resmgr</module>
-        <module>portal-extsys</module>
-        <module>portal-catalog</module>
-        <module>portal-auth</module>
-        <module>portal-lifecyclemgr</module>
-        <module>portal-performance</module>
-        <module>portal-monitor</module>        
+        <module>auth</module>
+        <module>catalog</module>
+        <module>common</module>
+        <module>extsys</module>
+        <module>integration</module>
+        <module>lifecyclemgr</module>
+        <module>login</module>
+        <module>monitor</module>
+        <module>performance</module>
+        <module>resmgr</module>
     </modules>
 </project>