X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fdistribution%2Fopendaylight-karaf%2Fpom.xml;h=5effbb09fc81536ed2cf176427c37f25d16e9ddf;hp=ade907044527acc18f9561b12da0c796339c4811;hb=c74d5c2399e500fe3e690edc8cee497b1cb6f867;hpb=d1330dffe7bf98b194074af18f359720da55e365 diff --git a/opendaylight/distribution/opendaylight-karaf/pom.xml b/opendaylight/distribution/opendaylight-karaf/pom.xml index ade9070445..5effbb09fc 100644 --- a/opendaylight/distribution/opendaylight-karaf/pom.xml +++ b/opendaylight/distribution/opendaylight-karaf/pom.xml @@ -22,6 +22,12 @@ ${karaf.version} kar + + org.opendaylight.controller + base-features + ${project.version} + kar + org.opendaylight.controller karaf.branding @@ -41,47 +47,49 @@ org.opendaylight.controller base-features + ${project.parent.version} + features + xml + runtime + + + + org.opendaylight.controller + extras-features ${project.version} kar runtime org.opendaylight.controller - config-features - ${config.version} + config-netty-features features xml runtime - + org.opendaylight.controller - base-features - ${project.version} + features-adsal features xml runtime - --> - + + org.opendaylight.controller mdsal-features - ${mdsal.version} - features - xml - runtime - - - org.opendaylight.yangtools - features-file - ${yangtools.version} features xml runtime @@ -208,28 +216,50 @@ - maven-resources-plugin + org.apache.maven.plugins + maven-dependency-plugin 2.6 - copy-resources + copy - copy-resources + copy - process-resources + generate-resources - ${basedir}/target/assembly - true - - - ${basedir}/src/main/resources - - + + + org.opendaylight.controller + karaf.branding + ${karaf.branding.version} + target/assembly/lib + karaf.branding-${branding.version}.jar + + + + org.apache.maven.plugins + maven-antrun-plugin + + + prepare-package + + run + + + + + + + + + + +