aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-05-17 13:25:08 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-05-17 20:26:34 +0000
commit6f6c15df3da4360c57c616355447052ae1802f85 (patch)
treedc6419a8c1c916457b55c8d8d3480b89cad702b9
parent628dcd971a16698988637518ed61ba91081d6c97 (diff)
Adjust boot artifact zip packaging
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>
-rw-r--r--boot/assembly.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/assembly.xml b/boot/assembly.xml
index 34defef0..006337ce 100644
--- a/boot/assembly.xml
+++ b/boot/assembly.xml
@@ -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>