aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author“shentao” <shentao@chinamobile.com>2016-09-27 22:01:08 +0800
committer“shentao” <shentao@chinamobile.com>2016-09-27 22:01:08 +0800
commit3a7ed6476cb9f630ddcbb83e587a4f946f7ff066 (patch)
tree89a80c659752ad6b0f93aaa0e86e43fbd3129564
parent1f46ffc705728c5f1463743b4b255043b535026b (diff)
modify pom.xml files to integrate all modules for deployment
Change-Id: I24031f88ccb09225c0b40810432ddaf7bdc996e1 Signed-off-by: “shentao” <shentao@chinamobile.com>
-rw-r--r--openo-portal/pom.xml1
-rw-r--r--openo-portal/portal-auth/pom.xml2
-rw-r--r--openo-portal/portal-catalog/pom.xml2
-rw-r--r--openo-portal/portal-common/pom.xml2
-rw-r--r--openo-portal/portal-extsys/pom.xml2
-rw-r--r--openo-portal/portal-lifecyclemgr/pom.xml2
-rw-r--r--openo-portal/portal-package/pom.xml26
-rw-r--r--openo-portal/portal-resmgr/pom.xml2
8 files changed, 19 insertions, 20 deletions
diff --git a/openo-portal/pom.xml b/openo-portal/pom.xml
index 46693b65..9250f20b 100644
--- a/openo-portal/pom.xml
+++ b/openo-portal/pom.xml
@@ -23,7 +23,6 @@
<relativePath>..</relativePath>
</parent>
- <groupId>org.openo.portal</groupId>
<modelVersion>4.0.0</modelVersion>
<artifactId>openo-portal</artifactId>
<version>1.0.0-SNAPSHOT</version>
diff --git a/openo-portal/portal-auth/pom.xml b/openo-portal/portal-auth/pom.xml
index 64f80f99..fa560f85 100644
--- a/openo-portal/portal-auth/pom.xml
+++ b/openo-portal/portal-auth/pom.xml
@@ -18,7 +18,7 @@
-->
<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">
<parent>
- <groupId>org.openo.portal</groupId>
+ <groupId>org.openo.gso.gui</groupId>
<artifactId>openo-portal</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
diff --git a/openo-portal/portal-catalog/pom.xml b/openo-portal/portal-catalog/pom.xml
index 7cb47462..5ce6acd7 100644
--- a/openo-portal/portal-catalog/pom.xml
+++ b/openo-portal/portal-catalog/pom.xml
@@ -19,7 +19,7 @@
<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/maven-v4_0_0.xsd">
<parent>
- <groupId>org.openo.portal</groupId>
+ <groupId>org.openo.gso.gui</groupId>
<artifactId>openo-portal</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
diff --git a/openo-portal/portal-common/pom.xml b/openo-portal/portal-common/pom.xml
index 50b12450..3d159212 100644
--- a/openo-portal/portal-common/pom.xml
+++ b/openo-portal/portal-common/pom.xml
@@ -16,7 +16,7 @@
-->
<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">
<parent>
- <groupId>org.openo.portal</groupId>
+ <groupId>org.openo.gso.gui</groupId>
<artifactId>openo-portal</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
diff --git a/openo-portal/portal-extsys/pom.xml b/openo-portal/portal-extsys/pom.xml
index 502f8c9e..3b6c5e50 100644
--- a/openo-portal/portal-extsys/pom.xml
+++ b/openo-portal/portal-extsys/pom.xml
@@ -20,7 +20,7 @@
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.portal</groupId>
+ <groupId>org.openo.gso.gui</groupId>
<artifactId>openo-portal</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
diff --git a/openo-portal/portal-lifecyclemgr/pom.xml b/openo-portal/portal-lifecyclemgr/pom.xml
index 3e71fe76..49971051 100644
--- a/openo-portal/portal-lifecyclemgr/pom.xml
+++ b/openo-portal/portal-lifecyclemgr/pom.xml
@@ -19,7 +19,7 @@
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <groupId>org.openo.portal</groupId>
+ <groupId>org.openo.gso.gui</groupId>
<artifactId>openo-portal</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
diff --git a/openo-portal/portal-package/pom.xml b/openo-portal/portal-package/pom.xml
index 666f6446..e93419e9 100644
--- a/openo-portal/portal-package/pom.xml
+++ b/openo-portal/portal-package/pom.xml
@@ -17,7 +17,7 @@
<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/maven-v4_0_0.xsd">
<parent>
- <groupId>org.openo.portal</groupId>
+ <groupId>org.openo.gso.gui</groupId>
<artifactId>openo-portal</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
@@ -28,37 +28,37 @@
<dependencies>
<dependency>
- <groupId>org.openo.portal</groupId>
+ <groupId>org.openo.gso.gui</groupId>
<artifactId>portal-common</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
- <groupId>org.openo.portal</groupId>
+ <groupId>org.openo.gso.gui</groupId>
<artifactId>portal-resmgr</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
- <groupId>org.openo.portal</groupId>
+ <groupId>org.openo.gso.gui</groupId>
<artifactId>portal-extsys</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
- <groupId>org.openo.portal</groupId>
+ <groupId>org.openo.gso.gui</groupId>
<artifactId>portal-catalog</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
- <groupId>org.openo.portal</groupId>
+ <groupId>org.openo.gso.gui</groupId>
<artifactId>portal-auth</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
- <groupId>org.openo.portal</groupId>
+ <groupId>org.openo.gso.gui</groupId>
<artifactId>portal-lifecyclemgr</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
@@ -75,27 +75,27 @@
<packagingExcludes>WEB-INF/web.xml</packagingExcludes>
<overlays>
<overlay>
- <groupId>org.openo.portal</groupId>
+ <groupId>org.openo.gso.gui</groupId>
<artifactId>portal-common</artifactId>
</overlay>
<overlay>
- <groupId>org.openo.portal</groupId>
+ <groupId>org.openo.gso.gui</groupId>
<artifactId>portal-resmgr</artifactId>
</overlay>
<overlay>
- <groupId>org.openo.portal</groupId>
+ <groupId>org.openo.gso.gui</groupId>
<artifactId>portal-extsys</artifactId>
</overlay>
<overlay>
- <groupId>org.openo.portal</groupId>
+ <groupId>org.openo.gso.gui</groupId>
<artifactId>portal-catalog</artifactId>
</overlay>
<overlay>
- <groupId>org.openo.portal</groupId>
+ <groupId>org.openo.gso.gui</groupId>
<artifactId>portal-auth</artifactId>
</overlay>
<overlay>
- <groupId>org.openo.portal</groupId>
+ <groupId>org.openo.gso.gui</groupId>
<artifactId>portal-lifecyclemgr</artifactId>
</overlay>
</overlays>
diff --git a/openo-portal/portal-resmgr/pom.xml b/openo-portal/portal-resmgr/pom.xml
index 798a2118..3e575369 100644
--- a/openo-portal/portal-resmgr/pom.xml
+++ b/openo-portal/portal-resmgr/pom.xml
@@ -19,7 +19,7 @@
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <groupId>org.openo.portal</groupId>
+ <groupId>org.openo.gso.gui</groupId>
<artifactId>openo-portal</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>