From a16b990fe0de0829e03ad8e9025fb33e410efaea Mon Sep 17 00:00:00 2001 From: Faseela K Date: Sat, 21 May 2016 23:39:43 +0530 Subject: [PATCH] Enable genius feature in distribution Change-Id: Ic7f8a92504b26b12bda36145c106c5bbe8f322a8 Signed-off-by: Faseela K --- features-index/pom.xml | 7 +++++++ features-index/src/main/resources/features.xml | 1 + features-test/src/main/resources/features.xml | 1 + pom.xml | 1 + 4 files changed, 10 insertions(+) diff --git a/features-index/pom.xml b/features-index/pom.xml index da2a9ddd..5d3216b5 100644 --- a/features-index/pom.xml +++ b/features-index/pom.xml @@ -166,6 +166,13 @@ features xml + + org.opendaylight.genius + genius-features + ${feature.genius.version} + features + xml + org.opendaylight.groupbasedpolicy features-groupbasedpolicy diff --git a/features-index/src/main/resources/features.xml b/features-index/src/main/resources/features.xml index 3bcc5db6..44ac5acd 100644 --- a/features-index/src/main/resources/features.xml +++ b/features-index/src/main/resources/features.xml @@ -53,6 +53,7 @@ mvn:org.opendaylight.didm/features-didm-ovs/${didm.version}/xml/features mvn:org.opendaylight.dlux/features-dlux/${feature.dlux.version}/xml/features mvn:org.opendaylight.faas/features-faas/${feature.faas.version}/xml/features + mvn:org.opendaylight.genius/genius-features/${feature.genius.version}/xml/features mvn:org.opendaylight.groupbasedpolicy/features-groupbasedpolicy/${feature.groupbasedpolicy.version}/xml/features mvn:org.opendaylight.iotdm/onem2m-features/${feature.iotdm.version}/xml/features mvn:org.opendaylight.l2switch/features-l2switch/${feature.l2switch.version}/xml/features diff --git a/features-test/src/main/resources/features.xml b/features-test/src/main/resources/features.xml index 58f1565c..4750a192 100644 --- a/features-test/src/main/resources/features.xml +++ b/features-test/src/main/resources/features.xml @@ -141,6 +141,7 @@ odl-didm-all --> odl-faas-base + odl-genius-rest odl-groupbasedpolicy-ofoverlay odl-groupbasedpolicy-neutronmapper odl-groupbasedpolicy-ui diff --git a/pom.xml b/pom.xml index d9ab7a5f..18ed79d0 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,7 @@ 0.4.0-SNAPSHOT 1.1.0-SNAPSHOT 1.4.0-SNAPSHOT + 0.1.0-SNAPSHOT 0.4.0-SNAPSHOT 0.2.0-SNAPSHOT 0.4.0-SNAPSHOT -- 2.36.6