X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fdistribution%2Fopendaylight-karaf%2Fpom.xml;h=5effbb09fc81536ed2cf176427c37f25d16e9ddf;hb=3a71a222b896b9d07e638af62300180799bdac67;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..f4ca2217ce 100644 --- a/opendaylight/distribution/opendaylight-karaf/pom.xml +++ b/opendaylight/distribution/opendaylight-karaf/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller commons.opendaylight - 1.4.2-SNAPSHOT + 1.5.0-SNAPSHOT ../../commons/opendaylight distribution.opendaylight-karaf @@ -24,68 +24,95 @@ org.opendaylight.controller - base-features - ${project.version} - kar + karaf.branding + compile + + org.opendaylight.controller - karaf.branding - compile + opendaylight-karaf-resources + ${project.version} - + + org.apache.karaf.features standard ${karaf.version} features xml + + + + + + + org.opendaylight.controller + features-base + features + xml runtime org.opendaylight.controller - base-features - ${project.parent.version} + features-adsal features xml runtime - org.opendaylight.controller - config-features - ${config.version} + features-nsf features xml runtime + org.opendaylight.controller - features-adsal - ${sal.version} + features-mdsal features xml runtime + + org.opendaylight.controller + features-extras + ${project.version} + features + xml + runtime + org.opendaylight.controller - mdsal-features - ${mdsal.version} + features-flow features xml runtime - org.opendaylight.yangtools - features-yangtools - ${yangtools.version} + org.opendaylight.controller + features-restconf + 1.2.0-SNAPSHOT features xml runtime + + + org.opendaylight.controller + features-netconf-connector + features + xml + + @@ -202,7 +229,6 @@ org.apache.maven.plugins maven-checkstyle-plugin - ${checkstyle.version} **\/target\/,**\/bin\/,**\/target-ide\/,**\/configuration\/initial\/ @@ -228,9 +254,59 @@ target/assembly/lib karaf.branding-${branding.version}.jar + + + org.bouncycastle + bcprov-jdk15on + ${bouncycastle.version} + target/assembly/lib/ext + bcprov-jdk15on-${bouncycastle.version}.jar + + + unpack-karaf-resources + + unpack-dependencies + + prepare-package + + ${project.build.directory}/assembly + org.opendaylight.controller + opendaylight-karaf-resources + META-INF\/** + true + false + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + prepare-package + + run + + + + + + + + + + + + + + + + +