aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Shen <shentao@chinamobile.com>2016-11-02 09:11:42 +0000
committerGerrit Code Review <gerrit@open-o.org>2016-11-02 09:11:42 +0000
commit666210acd882d8b7b32908e1b70b5ab5ff0c8fc2 (patch)
tree155840b37f9b0bc2fd8a252cf32501aae37a7f9d
parentd22723dc36e98fdb50f079d663955dd579ea13ce (diff)
parent1c06e2006a67decf4b9a19e85a985e8361ce90e6 (diff)
Merge "GSO-94" into sun
-rw-r--r--openo-portal/portal-package/pom.xml2
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>