From: Giovanni Meo Date: Tue, 6 May 2014 17:12:05 +0000 (+0000) Subject: Merge "Fixed opendaylight-karaf to have resources in target/assembly" X-Git-Tag: autorelease-tag-v20140601202136_82eb3f9~133 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=fcf33e180f7df435bd63440f2218ed84806da7e4;hp=808a1d1b779dd0f57e99885e466ae4c673bd3b72 Merge "Fixed opendaylight-karaf to have resources in target/assembly" --- 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 + + + + + +