X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fdistribution%2Fopendaylight-karaf%2Fpom.xml;h=4c8f9c5913d65590a513effda7f4efe64ef2c00e;hb=7ce44a14175815c85189845c918454a037f0db10;hp=b3c3f20ba80bb5cc829c5a208669a239ec8a1981;hpb=b725fdb758008195a98f7fad0fd3804c363170aa;p=controller.git diff --git a/opendaylight/distribution/opendaylight-karaf/pom.xml b/opendaylight/distribution/opendaylight-karaf/pom.xml index b3c3f20ba8..4c8f9c5913 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,44 +24,42 @@ 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 - runtime + + + + org.opendaylight.controller - base-features - ${project.parent.version} + features-base features xml runtime - - - org.opendaylight.controller - extras-features - ${project.version} - kar - runtime - - org.opendaylight.controller features-adsal @@ -72,12 +70,10 @@ org.opendaylight.controller features-nsf - ${project.version} features xml runtime - org.opendaylight.controller @@ -86,6 +82,14 @@ xml runtime + + org.opendaylight.controller + features-extras + ${project.version} + features + xml + runtime + org.opendaylight.controller features-flow @@ -93,6 +97,30 @@ xml runtime + + org.opendaylight.controller + features-restconf + 1.2.0-SNAPSHOT + features + xml + runtime + + + org.opendaylight.controller + features-neutron + ${networkconfig.neutron.version} + features + xml + runtime + + + + org.opendaylight.controller + features-netconf-connector + features + xml + + @@ -209,7 +237,6 @@ org.apache.maven.plugins maven-checkstyle-plugin - ${checkstyle.version} **\/target\/,**\/bin\/,**\/target-ide\/,**\/configuration\/initial\/ @@ -235,30 +262,61 @@ 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 + + + + + + + + + + + + + + + + + - - org.apache.maven.plugins - maven-antrun-plugin - - - prepare-package - - run - - - - - - - - - - -