diff options
author | Tao Shen <shentao@chinamobile.com> | 2016-11-02 09:11:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2016-11-02 09:11:42 +0000 |
commit | 666210acd882d8b7b32908e1b70b5ab5ff0c8fc2 (patch) | |
tree | 155840b37f9b0bc2fd8a252cf32501aae37a7f9d | |
parent | d22723dc36e98fdb50f079d663955dd579ea13ce (diff) | |
parent | 1c06e2006a67decf4b9a19e85a985e8361ce90e6 (diff) |
Merge "GSO-94" into sun
-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> |