X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fdistribution%2Fopendaylight-karaf%2Fpom.xml;h=5effbb09fc81536ed2cf176427c37f25d16e9ddf;hb=c74d5c2399e500fe3e690edc8cee497b1cb6f867;hp=d8f6ba1526fca74843e50276e025b96b06237f13;hpb=7d753ff9887cb803bdcd222aec2ab2a0a9c87906;p=controller.git diff --git a/opendaylight/distribution/opendaylight-karaf/pom.xml b/opendaylight/distribution/opendaylight-karaf/pom.xml index d8f6ba1526..5effbb09fc 100644 --- a/opendaylight/distribution/opendaylight-karaf/pom.xml +++ b/opendaylight/distribution/opendaylight-karaf/pom.xml @@ -56,32 +56,40 @@ into startup.properties and the feature repo itself is not installed --> org.opendaylight.controller - config-features - ${config.version} + extras-features + ${project.version} + kar + runtime + + + org.opendaylight.controller + config-netty-features features xml runtime + + org.opendaylight.controller features-adsal - ${sal.version} features xml runtime org.opendaylight.controller - mdsal-features - ${mdsal.version} + features-nsf + ${project.version} features xml runtime + + - org.opendaylight.yangtools - features-yangtools - ${yangtools.version} + org.opendaylight.controller + mdsal-features features xml runtime @@ -233,6 +241,25 @@ + + org.apache.maven.plugins + maven-antrun-plugin + + + prepare-package + + run + + + + + + + + + + +