From bc040cddf7c918c9c38cf6ae3f64a450fcd0d21c Mon Sep 17 00:00:00 2001 From: Mathieu Lemay Date: Sat, 6 Sep 2014 15:04:18 -0400 Subject: [PATCH] Fixed Karaf Distribution Archetype add dependent bundles This patch adds the copy-dependencies execution so that bundles are copied to /system in local distribution for projects using this archetype so that the final package can be used offline or without local developer .m2 repository. Change-Id: I4fa661611eeb5e3c0e466fe748e9453264e0695d Signed-off-by: Mathieu Lemay --- .../main/resources/archetype-resources/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/opendaylight/archetypes/opendaylight-karaf-distro-archetype/src/main/resources/archetype-resources/pom.xml b/opendaylight/archetypes/opendaylight-karaf-distro-archetype/src/main/resources/archetype-resources/pom.xml index 965c619695..fdc60625c8 100644 --- a/opendaylight/archetypes/opendaylight-karaf-distro-archetype/src/main/resources/archetype-resources/pom.xml +++ b/opendaylight/archetypes/opendaylight-karaf-distro-archetype/src/main/resources/archetype-resources/pom.xml @@ -245,6 +245,22 @@ false + + copy-dependencies + prepare-package + + copy-dependencies + + + ${project.build.directory}/assembly/system + false + true + true + true + true + true + + -- 2.36.6