aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-core/distribution/catalog-all/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-core/distribution/catalog-all/pom.xml')
-rw-r--r--catalog-core/distribution/catalog-all/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/catalog-core/distribution/catalog-all/pom.xml b/catalog-core/distribution/catalog-all/pom.xml
index 88c45c4b..341a070d 100644
--- a/catalog-core/distribution/catalog-all/pom.xml
+++ b/catalog-core/distribution/catalog-all/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
<!--
Copyright 2016 [ZTE] and others.
@@ -105,7 +106,7 @@
<configuration>
<tasks name="${project.artifactId}">
<zip destfile="target/${packagename}-${project.version}.zip" update="true">
- <zipfileset dir="target/assembly" includes="**" />
+ <zipfileset dir="target/assembly" includes="**"/>
</zip>
</tasks>
</configuration>
@@ -149,4 +150,4 @@
<type>zip</type>
</dependency>
</dependencies>
-</project> \ No newline at end of file
+</project>