diff options
Diffstat (limited to 'openo-portal/portal-package/pom.xml')
-rw-r--r-- | openo-portal/portal-package/pom.xml | 16 |
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> |