Fix build errors in autorelease full clean build
authorGary Wu <gary.i.wu@huawei.com>
Wed, 14 Sep 2016 23:00:55 +0000 (16:00 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Wed, 14 Sep 2016 23:00:58 +0000 (16:00 -0700)
Fix build errors found in autorelease during full clean build of all
projects.

Change-Id: I8131b7ca968dc48aa87000837003e69931967830
Issue-id: INT-9
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
catalog-core/catalog-mgr/pom.xml
catalog-core/distribution/catalog-all/pom.xml
catalog-core/distribution/catalog-standalone/pom.xml
catalog-core/distribution/pom.xml
catalog-core/httpserver/pom.xml
catalog-core/pom.xml
catalog-parent/catalogparent-lite/pom.xml
catalog-parent/catalogparent/pom.xml
catalog-parent/pom.xml
pom.xml

index efc1a26..986c94b 100644 (file)
@@ -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>
index 88c45c4..341a070 100644 (file)
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
 
     Copyright 2016 [ZTE] and others.
                         <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>
             <type>zip</type>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>
index dc8efdf..e06a6bc 100644 (file)
@@ -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>
         </dependency>
     </dependencies>  
 </project>
-
index 7ac93a9..6d6d0b0 100644 (file)
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
 
     Copyright 2016 [ZTE] and others.
index 93900fd..a748098 100644 (file)
@@ -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>
             <type>zip</type>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>
index c602eaf..28b0bb8 100644 (file)
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
 
     Copyright 2016 [ZTE] and others.
index d57da77..3cf4371 100644 (file)
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
 
     Copyright 2016 [ZTE] and others.
@@ -20,7 +21,7 @@
         <groupId>org.openo.oparent</groupId>
         <artifactId>oparent</artifactId>
         <version>1.0.0-SNAPSHOT</version>
-        <relativePath></relativePath>
+        <relativePath>../../../oparent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index f0bddd8..00801a2 100644 (file)
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
 
     Copyright 2016 [ZTE] and others.
index c1a3890..a857dfa 100644 (file)
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
 
     Copyright 2016 [ZTE] and others.
diff --git a/pom.xml b/pom.xml
index e1fbb45..89e65c2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
 
     Copyright 2016 [ZTE] and others.