aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-core
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-core')
-rw-r--r--catalog-core/catalog-mgr/pom.xml3
-rw-r--r--catalog-core/distribution/catalog-all/pom.xml5
-rw-r--r--catalog-core/distribution/catalog-standalone/pom.xml4
-rw-r--r--catalog-core/distribution/pom.xml1
-rw-r--r--catalog-core/httpserver/pom.xml5
-rw-r--r--catalog-core/pom.xml1
6 files changed, 12 insertions, 7 deletions
diff --git a/catalog-core/catalog-mgr/pom.xml b/catalog-core/catalog-mgr/pom.xml
index efc1a26e..986c94b0 100644
--- a/catalog-core/catalog-mgr/pom.xml
+++ b/catalog-core/catalog-mgr/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
<!--
Copyright 2016 [ZTE] and others.
@@ -48,7 +49,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore />
+ <ignore/>
</action>
</pluginExecution>
</pluginExecutions>
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>
diff --git a/catalog-core/distribution/catalog-standalone/pom.xml b/catalog-core/distribution/catalog-standalone/pom.xml
index dc8efdf3..e06a6bc7 100644
--- a/catalog-core/distribution/catalog-standalone/pom.xml
+++ b/catalog-core/distribution/catalog-standalone/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
<!--
Copyright 2016 [ZTE] and others.
@@ -96,7 +97,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>
@@ -135,4 +136,3 @@
</dependency>
</dependencies>
</project>
-
diff --git a/catalog-core/distribution/pom.xml b/catalog-core/distribution/pom.xml
index 7ac93a9c..6d6d0b02 100644
--- a/catalog-core/distribution/pom.xml
+++ b/catalog-core/distribution/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
<!--
Copyright 2016 [ZTE] and others.
diff --git a/catalog-core/httpserver/pom.xml b/catalog-core/httpserver/pom.xml
index 93900fd0..a7480987 100644
--- a/catalog-core/httpserver/pom.xml
+++ b/catalog-core/httpserver/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
<!--
Copyright 2016 [ZTE] and others.
@@ -96,7 +97,7 @@
<tasks name="${project.artifactId}">
<copydir src="src/main/assembly/" dest="target/assembly"/>
<zip destfile="target/${packagename}-${project.version}.zip" update="true">
- <zipfileset dir="target/assembly" includes="**" />
+ <zipfileset dir="target/assembly" includes="**"/>
</zip>
</tasks>
</configuration>
@@ -134,4 +135,4 @@
<type>zip</type>
</dependency>
</dependencies>
-</project> \ No newline at end of file
+</project>
diff --git a/catalog-core/pom.xml b/catalog-core/pom.xml
index c602eaf2..28b0bb89 100644
--- a/catalog-core/pom.xml
+++ b/catalog-core/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
<!--
Copyright 2016 [ZTE] and others.