aboutsummaryrefslogtreecommitdiffstats
path: root/boot/assembly.xml
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2018-07-31 14:54:42 +0000
committerGerrit Code Review <gerrit@onap.org>2018-07-31 14:54:42 +0000
commit5ffc9e96efdcc5e272e40cce71dfe4c83cb87bdf (patch)
treee771660250bae47d8404d92df47d9f5488eb77e9 /boot/assembly.xml
parentcb49a8eca93e750d34165a79bd1dcb78a0bd001b (diff)
parent80237668597de035fd9788ea95786bb0bda68a02 (diff)
Merge "Remove demo, testuite/properties repos in robot VM"
Diffstat (limited to 'boot/assembly.xml')
-rw-r--r--boot/assembly.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/assembly.xml b/boot/assembly.xml
index 006337ce..5b7217bd 100644
--- a/boot/assembly.xml
+++ b/boot/assembly.xml
@@ -10,12 +10,12 @@
<fileSet>
<directory>${basedir}</directory>
<includes>
- <include>*</include>
+ <include>**</include>
</includes>
<excludes>
<exclude>assembly.xml</exclude>
<exclude>pom.xml</exclude>
- <exclude>target</exclude>
+ <exclude>target/</exclude>
<exclude>.*</exclude>
</excludes>
</fileSet>