X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fdistribution%2Fopendaylight-karaf%2Fpom.xml;h=977fab1334ae48791f9901aedbc1420eabb1e2e7;hb=17d82f582a6bc13c78be3b19954ff8c021180e93;hp=d8f6ba1526fca74843e50276e025b96b06237f13;hpb=67d237253968b2a36e7f0eaf1c3325d45d2655f6;p=controller.git diff --git a/opendaylight/distribution/opendaylight-karaf/pom.xml b/opendaylight/distribution/opendaylight-karaf/pom.xml index d8f6ba1526..977fab1334 100644 --- a/opendaylight/distribution/opendaylight-karaf/pom.xml +++ b/opendaylight/distribution/opendaylight-karaf/pom.xml @@ -56,12 +56,21 @@ into startup.properties and the feature repo itself is not installed --> org.opendaylight.controller - config-features + extras-features + ${project.version} + kar + runtime + + + org.opendaylight.controller + config-netty-features ${config.version} features xml runtime + + org.opendaylight.controller features-adsal @@ -72,16 +81,18 @@ 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 + ${mdsal.version} features xml runtime @@ -233,6 +244,25 @@ + + org.apache.maven.plugins + maven-antrun-plugin + + + prepare-package + + run + + + + + + + + + + +