From 628dcd971a16698988637518ed61ba91081d6c97 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Thu, 17 May 2018 12:08:51 -0700 Subject: [PATCH] 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 ++++++++++++++++++ boot/pom.xml | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 1 + 3 files changed, 87 insertions(+) create mode 100644 boot/assembly.xml create mode 100644 boot/pom.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 + + + + diff --git a/boot/pom.xml b/boot/pom.xml new file mode 100644 index 00000000..962d0b29 --- /dev/null +++ b/boot/pom.xml @@ -0,0 +1,65 @@ + + + + + + + + org.onap.demo.vnf + demo-aggregator + 1.2.1-SNAPSHOT + ../pom.xml + + + 4.0.0 + org.onap.demo + boot + pom + + + + + org.apache.maven.plugins + maven-assembly-plugin + 3.1.0 + + + assembly.xml + + false + + + + make-assembly + package + + single + + + + + + + + diff --git a/pom.xml b/pom.xml index b73334b0..cafebb51 100755 --- a/pom.xml +++ b/pom.xml @@ -40,6 +40,7 @@ + boot vnfs/honeycomb_plugin/sample_plugin/parent-pom vnfs/vFW/pg_streams vnfs/vLB/dns_streams -- 2.16.6