X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fdistribution%2Fopendaylight-karaf%2Fpom.xml;h=377785ac41a21b4013587303cd64c68211baf1ea;hb=b78e63501576638e1f000fd46663f8c42340f9e2;hp=60f660a193d0cac83a0aa22b3f0c1721d92dbaec;hpb=845caac725424c84bf32b4e36c7b25490b4ab538;p=controller.git diff --git a/opendaylight/distribution/opendaylight-karaf/pom.xml b/opendaylight/distribution/opendaylight-karaf/pom.xml index 60f660a193..377785ac41 100644 --- a/opendaylight/distribution/opendaylight-karaf/pom.xml +++ b/opendaylight/distribution/opendaylight-karaf/pom.xml @@ -22,10 +22,17 @@ ${karaf.version} kar + + org.opendaylight.controller + config-features + ${config.version} + features + xml + runtime + - + org.opendaylight.controller + base-features + ${project.version} + kar + runtime + + + + + org.opendaylight.controller + mdsal-features + ${mdsal.version} + features + xml + runtime + org.opendaylight.yangtools features-file @@ -50,7 +83,6 @@ xml runtime - --> @@ -172,6 +204,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 + + + + + +