From 545b3963b5cbb1eef31f6ce9580eb199d49e9788 Mon Sep 17 00:00:00 2001 From: Daniel Malachovsky Date: Mon, 3 Jul 2017 16:04:53 +0200 Subject: [PATCH] Add Dlux and DluxApps to Nitrogen Change-Id: I56adc4533d05be545689c5ed09fc8179b4eb73ab Signed-off-by: Daniel Malachovsky --- artifacts/upstream/feature-repos/pom.xml | 18 ++++++++++++ artifacts/upstream/single-features/pom.xml | 29 +++++++++++++++++++ features/repos/index/pom.xml | 16 ++++++++++ .../pom.xml | 26 +++++++++++++++++ 4 files changed, 89 insertions(+) diff --git a/artifacts/upstream/feature-repos/pom.xml b/artifacts/upstream/feature-repos/pom.xml index 6109a119..dd5eb5fa 100644 --- a/artifacts/upstream/feature-repos/pom.xml +++ b/artifacts/upstream/feature-repos/pom.xml @@ -82,6 +82,24 @@ xml + + + org.opendaylight.dlux + features-dlux + ${dlux.version} + features + xml + + + + + org.opendaylight.dluxapps + features-dluxapps + ${dluxapps.version} + features + xml + + org.opendaylight.infrautils diff --git a/artifacts/upstream/single-features/pom.xml b/artifacts/upstream/single-features/pom.xml index ea85ac83..0cc69c4e 100644 --- a/artifacts/upstream/single-features/pom.xml +++ b/artifacts/upstream/single-features/pom.xml @@ -58,6 +58,35 @@ xml + + org.opendaylight.dluxapps + odl-dluxapps-nodes + ${dluxapps.version} + xml + features + + + org.opendaylight.dluxapps + odl-dluxapps-topology + ${dluxapps.version} + features + xml + + + org.opendaylight.dluxapps + odl-dluxapps-yangman + ${dluxapps.version} + features + xml + + + org.opendaylight.dluxapps + odl-dluxapps-yangvisualizer + ${dluxapps.version} + xml + features + + org.opendaylight.netconf diff --git a/features/repos/index/pom.xml b/features/repos/index/pom.xml index de814267..8a7e526e 100644 --- a/features/repos/index/pom.xml +++ b/features/repos/index/pom.xml @@ -129,6 +129,22 @@ xml + + + org.opendaylight.dlux + features-dlux + features + xml + + + + + org.opendaylight.dluxapps + features-dluxapps + features + xml + + org.opendaylight.genius diff --git a/features/singles/odl-integration-compatible-with-all/pom.xml b/features/singles/odl-integration-compatible-with-all/pom.xml index c6516226..c5b8255d 100644 --- a/features/singles/odl-integration-compatible-with-all/pom.xml +++ b/features/singles/odl-integration-compatible-with-all/pom.xml @@ -96,6 +96,32 @@ features + + + org.opendaylight.dluxapps + odl-dluxapps-nodes + xml + features + + + org.opendaylight.dluxapps + odl-dluxapps-topology + xml + features + + + org.opendaylight.dluxapps + odl-dluxapps-yangman + xml + features + + + org.opendaylight.dluxapps + odl-dluxapps-yangvisualizer + xml + features + +