X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fdistribution%2Fopendaylight-karaf%2Fpom.xml;h=b3c3f20ba80bb5cc829c5a208669a239ec8a1981;hb=96acf0a1dc9bbc194bb60eeb4a7cc6515fad7332;hp=d8f6ba1526fca74843e50276e025b96b06237f13;hpb=44c747db358bf0d49434d5f818121286b5928d4a;p=controller.git diff --git a/opendaylight/distribution/opendaylight-karaf/pom.xml b/opendaylight/distribution/opendaylight-karaf/pom.xml index d8f6ba1526..b3c3f20ba8 100644 --- a/opendaylight/distribution/opendaylight-karaf/pom.xml +++ b/opendaylight/distribution/opendaylight-karaf/pom.xml @@ -56,32 +56,39 @@ 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 + features-adsal features xml runtime org.opendaylight.controller - features-adsal - ${sal.version} + features-nsf + ${project.version} features xml runtime + + org.opendaylight.controller - mdsal-features - ${mdsal.version} + features-mdsal features xml runtime - org.opendaylight.yangtools - features-yangtools - ${yangtools.version} + org.opendaylight.controller + features-flow features xml runtime @@ -233,6 +240,25 @@ + + org.apache.maven.plugins + maven-antrun-plugin + + + prepare-package + + run + + + + + + + + + + +