From 628dcd971a16698988637518ed61ba91081d6c97 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Thu, 17 May 2018 12:08:51 -0700 Subject: Package demo boot scripts into nexus artifact Package the scripts in the boot/ directory into a zip file to be deployed to nexus, so that they can go through the normal artifact release process and become available from https://nexus.onap.org/content/repositories/releases/ repo. Change-Id: Idbb573068eb79686677aa47e84e217a2d626e3fc Issue-ID: INT-504 Signed-off-by: Gary Wu --- boot/assembly.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 boot/assembly.xml (limited to 'boot/assembly.xml') diff --git a/boot/assembly.xml b/boot/assembly.xml new file mode 100644 index 00000000..34defef0 --- /dev/null +++ b/boot/assembly.xml @@ -0,0 +1,21 @@ + + boot + + zip + + + + ${basedir} + + * + + + assembly.xml + pom.xml + target + + + + -- cgit 1.2.3-korg