summaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-package/pom.xml
diff options
context:
space:
mode:
author“shentao” <shentao@chinamobile.com>2016-11-07 13:30:31 +0800
committer“shentao” <shentao@chinamobile.com>2016-11-07 13:30:31 +0800
commit1799c18416ccb7e2bac1fd6aabcb74521f65da24 (patch)
treecb8a28f29d2cf52fab37219ed5cb630a58267613 /openo-portal/portal-package/pom.xml
parentcf298fc4149e52135d5a712b345ac206abfc88cb (diff)
GSO-102
Change-Id: Iabd63832ff4682eff83b37fa07481bcdd91c6b30 Signed-off-by: “shentao” <shentao@chinamobile.com>
Diffstat (limited to 'openo-portal/portal-package/pom.xml')
-rw-r--r--openo-portal/portal-package/pom.xml16
1 files changed, 13 insertions, 3 deletions
diff --git a/openo-portal/portal-package/pom.xml b/openo-portal/portal-package/pom.xml
index 5f9896ec..baf14fb9 100644
--- a/openo-portal/portal-package/pom.xml
+++ b/openo-portal/portal-package/pom.xml
@@ -27,7 +27,7 @@
<packaging>war</packaging>
<properties>
- <packagename>openo-portal</packagename>
+ <packagename>openoui</packagename>
</properties>
<dependencies>
@@ -80,6 +80,12 @@
<type>war</type>
</dependency>
<dependency>
+ <groupId>org.openo.gso.gui</groupId>
+ <artifactId>portal-monitor</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ <type>war</type>
+ </dependency>
+ <dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.6.1</version>
@@ -103,7 +109,7 @@
</dependencies>
<build>
- <finalName>openo-portal</finalName>
+ <finalName>openoui</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -139,6 +145,10 @@
<groupId>org.openo.gso.gui</groupId>
<artifactId>portal-performance</artifactId>
</overlay>
+ <overlay>
+ <groupId>org.openo.gso.gui</groupId>
+ <artifactId>portal-monitor</artifactId>
+ </overlay>
</overlays>
</configuration>
</plugin>
@@ -155,7 +165,7 @@
<configuration>
<tasks name="${project.artifactId}">
<zip destfile="target/${packagename}-${project.version}.zip" update="true">
- <zipfileset dir="target" includes="*.war"/>
+ <zipfileset dir="target/openoui" includes="**"/>
</zip>
</tasks>
</configuration>