summaryrefslogtreecommitdiffstats
path: root/openo-portal
diff options
context:
space:
mode:
authorhuangjian <huang.jian12@zte.com.cn>2016-09-27 10:45:31 +0800
committerhuangjian <huang.jian12@zte.com.cn>2016-09-27 11:03:03 +0800
commitb3245afe1f3c21af64e2e4e8e3002301e783c01b (patch)
tree0807aed3c5b900b8273e758047b3275b8b96a40d /openo-portal
parent3fc01bacfb37015bc31e5cadcaeae9e943c7e46d (diff)
Integrate Catalog&ESR
Change-Id: I15eea95225ed4f078999aac7fc3ed8a56b2a6d57 Signed-off-by: huangjian <huang.jian12@zte.com.cn>
Diffstat (limited to 'openo-portal')
-rw-r--r--openo-portal/pom.xml2
-rw-r--r--openo-portal/portal-catalog/pom.xml29
-rw-r--r--openo-portal/portal-package/pom.xml20
3 files changed, 35 insertions, 16 deletions
diff --git a/openo-portal/pom.xml b/openo-portal/pom.xml
index 2cbc32f3..28dba218 100644
--- a/openo-portal/pom.xml
+++ b/openo-portal/pom.xml
@@ -33,8 +33,8 @@
<module>portal-common</module>
<module>portal-resmgr</module>
<module>portal-extsys</module>
+ <module>portal-catalog</module>
<module>portal-auth</module>
<module>portal-lifecyclemgr</module>
- <module>portal-catalog</module>
</modules>
</project>
diff --git a/openo-portal/portal-catalog/pom.xml b/openo-portal/portal-catalog/pom.xml
index 9c6d7da4..5ce6acd7 100644
--- a/openo-portal/portal-catalog/pom.xml
+++ b/openo-portal/portal-catalog/pom.xml
@@ -23,21 +23,20 @@
<artifactId>openo-portal</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
-
+
<modelVersion>4.0.0</modelVersion>
<artifactId>portal-catalog</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <packaging>war</packaging>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-war-plugin</artifactId>
- <configuration>
- <failOnMissingWebXml>false</failOnMissingWebXml>
- </configuration>
- </plugin>
- </plugins>
- </build>
+ <packaging>war</packaging>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <failOnMissingWebXml>false</failOnMissingWebXml>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
diff --git a/openo-portal/portal-package/pom.xml b/openo-portal/portal-package/pom.xml
index e94ecbc0..75567b52 100644
--- a/openo-portal/portal-package/pom.xml
+++ b/openo-portal/portal-package/pom.xml
@@ -33,6 +33,18 @@
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
</dependency>
+ <dependency>
+ <groupId>org.openo.gso.gui</groupId>
+ <artifactId>portal-extsys</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <type>war</type>
+ </dependency>
+ <dependency>
+ <groupId>org.openo.gso.gui</groupId>
+ <artifactId>portal-catalog</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <type>war</type>
+ </dependency>
</dependencies>
<build>
@@ -48,6 +60,14 @@
<groupId>org.openo.gso.gui</groupId>
<artifactId>portal-common</artifactId>
</overlay>
+ <overlay>
+ <groupId>org.openo.gso.gui</groupId>
+ <artifactId>portal-extsys</artifactId>
+ </overlay>
+ <overlay>
+ <groupId>org.openo.gso.gui</groupId>
+ <artifactId>portal-catalog</artifactId>
+ </overlay>
</overlays>
</configuration>
</plugin>