From a41427f14b8b056640e5853f5ec61284fb23acaa Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Sun, 24 Feb 2019 13:45:00 -0500 Subject: Create ONAP's ODL Fluorine SR1 distro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Modules installed: - AAA - Controller - Daexim - Netconf - MDSAL (pulled trnasitively) - ODL Parent - YangTools (pulled transitively) Brings karaf from 255.9 MB to 215.7 MB. Note: Oxygen SR3 was 353.2 MB when Fluorine SR1 is 255.9 MB, so upstream ODL has already shrink their distribution size. Change-Id: Ic8618156efd4fc842b496bc25557eb322a6dbf26 Issue-ID: CCSDK-1105 Signed-off-by: Alexis de Talhouët Reviewed-on: https://gerrit.onap.org/r/79075 Tested-by: ONAP Jobbuilder Reviewed-by: Dan Timoney --- .../onap-distribution/fluorine/karaf/pom.xml | 199 +++++++++++++++++++++ 1 file changed, 199 insertions(+) create mode 100644 opendaylight/onap-distribution/fluorine/karaf/pom.xml (limited to 'opendaylight/onap-distribution/fluorine/karaf/pom.xml') diff --git a/opendaylight/onap-distribution/fluorine/karaf/pom.xml b/opendaylight/onap-distribution/fluorine/karaf/pom.xml new file mode 100644 index 00000000..dbada050 --- /dev/null +++ b/opendaylight/onap-distribution/fluorine/karaf/pom.xml @@ -0,0 +1,199 @@ + + + + + org.opendaylight.odlparent + karaf4-parent + 3.1.4 + + + + org.onap.ccsdk.distribution + distribution-opendaylight-onap-fluorine-karaf + 0.4.1-SNAPSHOT + ccsdk-distribution :: onap :: opendaylight :: fluorine :: karaf + 4.0.0 + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + OpenDaylight distribution build specific for ONAP projects. + + + + + + 0.9.1 + + + + + + org.opendaylight.integration + all-artifacts + ${opendaylight.version} + import + pom + + + + + + + + + org.opendaylight.aaa + features-aaa + features + xml + runtime + + + + + org.opendaylight.controller + features-extras + features + xml + runtime + + + org.opendaylight.controller + features-mdsal + features + xml + runtime + + + org.opendaylight.controller + features-mdsal-benchmark + features + xml + runtime + + + org.opendaylight.controller + features-mdsal-trace + features + xml + runtime + + + + + org.opendaylight.daexim + daexim-features + features + xml + runtime + + + + + org.opendaylight.netconf + features-netconf + features + xml + runtime + + + org.opendaylight.netconf + features-netconf-connector + features + xml + runtime + + + org.opendaylight.netconf + features-restconf + features + xml + runtime + + + org.opendaylight.netconf + features-yanglib + features + xml + runtime + + + + + org.opendaylight.odlparent + features-akka + features + xml + runtime + + + org.opendaylight.odlparent + features-odlparent + features + xml + runtime + + + + org.opendaylight.aaa + aaa-cli-jar + + test + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-aaa-cli-jar + prepare-package + + copy-dependencies + + + ${project.build.directory}/assembly/bin + aaa-cli-jar + true + true + true + true + + true + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + prepare-package + + run + + + + + + + + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg