X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fdistribution%2Fopendaylight-karaf%2Fpom.xml;h=5cbe412b2b0af28da537a95af2ace0766df8e120;hb=cd86c941e538d7ff07d40072023c4b77d31d60fa;hp=1414fac2f33999f02ed9f5c7877530b51d47d7ac;hpb=e159106bc148e76fc1e3e3c780bdd740d99e74ed;p=controller.git diff --git a/opendaylight/distribution/opendaylight-karaf/pom.xml b/opendaylight/distribution/opendaylight-karaf/pom.xml index 1414fac2f3..5cbe412b2b 100644 --- a/opendaylight/distribution/opendaylight-karaf/pom.xml +++ b/opendaylight/distribution/opendaylight-karaf/pom.xml @@ -24,48 +24,46 @@ org.opendaylight.controller - config-features - ${config.version} - features - xml - runtime + karaf.branding + compile + + + + + org.opendaylight.controller + opendaylight-karaf-resources + ${project.version} - - org.apache.karaf.features standard ${karaf.version} features xml - runtime + + + + org.opendaylight.controller - controller-features - ${project.version} + features-mdsal features xml - runtime - --> org.opendaylight.controller - mdsal-features - ${mdsal.version} - features - xml - runtime - - - org.opendaylight.yangtools - features-file - ${yangtools.version} + features-flow features xml - runtime @@ -189,28 +187,68 @@ - maven-resources-plugin + org.apache.maven.plugins + maven-dependency-plugin 2.6 - copy-resources + copy - copy-resources + copy - process-resources + generate-resources + + + + org.opendaylight.controller + karaf.branding + ${karaf.branding.version} + target/assembly/lib + karaf.branding-${branding.version}.jar + + + + + + unpack-karaf-resources + + unpack-dependencies + + prepare-package - ${basedir}/target/assembly - true - - - ${basedir}/src/main/resources - - + ${project.build.directory}/assembly + org.opendaylight.controller + opendaylight-karaf-resources + META-INF\/** + true + false + + org.apache.maven.plugins + maven-antrun-plugin + + + prepare-package + + run + + + + + + + + + + + + + +