From 7ba2ba55116b0f4ebe6a13232e13ce9e821c4210 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Tue, 6 May 2014 11:03:03 -0500 Subject: [PATCH] Fixed opendaylight-karaf to have resources in target/assembly Change-Id: I1a5ad76bb2c6e6a49cad347df14a1f6630e64475 Signed-off-by: Ed Warnicke --- .../distribution/opendaylight-karaf/pom.xml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/opendaylight/distribution/opendaylight-karaf/pom.xml b/opendaylight/distribution/opendaylight-karaf/pom.xml index 60f660a193..77089850d6 100644 --- a/opendaylight/distribution/opendaylight-karaf/pom.xml +++ b/opendaylight/distribution/opendaylight-karaf/pom.xml @@ -172,6 +172,29 @@ **\/target\/,**\/bin\/,**\/target-ide\/,**\/configuration\/initial\/ + + maven-resources-plugin + 2.6 + + + copy-resources + + copy-resources + + + process-resources + + ${basedir}/target/assembly + true + + + ${basedir}/src/main/resources + + + + + + -- 2.36.6