From 707c6a1ab19a63dcbf375bf7c1ee503ea69ac5f0 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Tue, 24 Sep 2019 16:04:42 -0400 Subject: Create ONAP-specific ODL distro Instead of using OpenDaylight tarball, create custom ONAP ODL distribution that only contains the components used by SDNC and/or APPC Change-Id: I8871326002ab0e51c0271b937c5d91628a3172d9 Issue-ID: CCSDK-1753 Signed-off-by: Timoney, Dan (dt5972) --- opendaylight/neon/neon-karaf-parent/pom.xml | 40 +++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 opendaylight/neon/neon-karaf-parent/pom.xml (limited to 'opendaylight/neon/neon-karaf-parent/pom.xml') diff --git a/opendaylight/neon/neon-karaf-parent/pom.xml b/opendaylight/neon/neon-karaf-parent/pom.xml new file mode 100644 index 00000000..baf96c39 --- /dev/null +++ b/opendaylight/neon/neon-karaf-parent/pom.xml @@ -0,0 +1,40 @@ + + + 4.0.0 + + + org.onap.ccsdk.distribution + distribution-odl-neon + 0.7.0-SNAPSHOT + + + distribution-opendaylight-onap-neon-parent + 0.7.0-SNAPSHOT + pom + ccsdk-distribution :: onap :: opendaylight :: neon :: parent + Creates ONAP's OpenDaylight Fluorine container + + + karaf + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.apache.maven.plugins + maven-install-plugin + + true + + + + + -- cgit 1.2.3-korg