X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fdistribution%2Fopendaylight-karaf%2Fpom.xml;h=31cdedd5724f89a0da51f2880219b765562b1605;hp=60f660a193d0cac83a0aa22b3f0c1721d92dbaec;hb=a31a4448ea6665317f4af41ae26d804829418c04;hpb=2f034183cfcbaacf2a287f1ddf00d367674868af diff --git a/opendaylight/distribution/opendaylight-karaf/pom.xml b/opendaylight/distribution/opendaylight-karaf/pom.xml index 60f660a193..31cdedd572 100644 --- a/opendaylight/distribution/opendaylight-karaf/pom.xml +++ b/opendaylight/distribution/opendaylight-karaf/pom.xml @@ -25,7 +25,6 @@ - + org.opendaylight.controller + base-features + ${project.version} + kar + runtime + + + org.opendaylight.controller + config-features + ${config.version} + features + xml + 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 + + + + + +