Adjust boot artifact zip packaging 99/48099/2
authorGary Wu <gary.i.wu@huawei.com>
Thu, 17 May 2018 20:25:08 +0000 (13:25 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Thu, 17 May 2018 20:26:34 +0000 (20:26 +0000)
Move all scripts to the top level of the zip file
instead of having them within a subdirectory.

Change-Id: Id2a447ae7b1d4abf2f05e31d6f79da178c021205
Issue-ID: INT-504
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
boot/assembly.xml

index 34defef..006337c 100644 (file)
@@ -5,6 +5,7 @@
   <formats>
     <format>zip</format>
   </formats>
+  <includeBaseDirectory>false</includeBaseDirectory>
   <fileSets>
     <fileSet>
       <directory>${basedir}</directory>
@@ -15,6 +16,7 @@
         <exclude>assembly.xml</exclude>
         <exclude>pom.xml</exclude>
         <exclude>target</exclude>
+        <exclude>.*</exclude>
       </excludes>
     </fileSet>
   </fileSets>