diff options
author | “shentao” <shentao@chinamobile.com> | 2016-11-02 16:44:29 +0800 |
---|---|---|
committer | “shentao” <shentao@chinamobile.com> | 2016-11-02 16:44:29 +0800 |
commit | 1c06e2006a67decf4b9a19e85a985e8361ce90e6 (patch) | |
tree | 47a85d5fc5287ed09341f86ab56991aefb601121 /openo-portal | |
parent | 22eee44382c2d7c495cbfd7cccdf3007dee5b7cd (diff) |
GSO-94
Change-Id: Iac973c42d2ae17f4c39b30bf33535906f514fedd
Signed-off-by: “shentao” <shentao@chinamobile.com>
Diffstat (limited to 'openo-portal')
-rw-r--r-- | openo-portal/portal-package/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openo-portal/portal-package/pom.xml b/openo-portal/portal-package/pom.xml index 24d6d062..5692074c 100644 --- a/openo-portal/portal-package/pom.xml +++ b/openo-portal/portal-package/pom.xml @@ -155,7 +155,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> |