X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fdistribution%2Fopendaylight-karaf%2Fpom.xml;h=1414fac2f33999f02ed9f5c7877530b51d47d7ac;hp=60f660a193d0cac83a0aa22b3f0c1721d92dbaec;hb=66249d6ccc367fad055a269f561860d2d96af385;hpb=845caac725424c84bf32b4e36c7b25490b4ab538 diff --git a/opendaylight/distribution/opendaylight-karaf/pom.xml b/opendaylight/distribution/opendaylight-karaf/pom.xml index 60f660a193..1414fac2f3 100644 --- a/opendaylight/distribution/opendaylight-karaf/pom.xml +++ b/opendaylight/distribution/opendaylight-karaf/pom.xml @@ -22,6 +22,14 @@ ${karaf.version} kar + + org.opendaylight.controller + config-features + ${config.version} + features + xml + runtime + @@ -42,6 +50,15 @@ xml runtime + --> + + org.opendaylight.controller + mdsal-features + ${mdsal.version} + features + xml + runtime + org.opendaylight.yangtools features-file @@ -50,7 +67,6 @@ xml runtime - --> @@ -172,6 +188,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 + + + + + +