From: Mathieu Lemay Date: Sat, 6 Sep 2014 19:04:18 +0000 (-0400) Subject: Fixed Karaf Distribution Archetype add dependent bundles X-Git-Tag: release/helium~99^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=bc040cddf7c918c9c38cf6ae3f64a450fcd0d21c 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 --- 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 + +