Remove of-config features from master distribution 00/35900/2
authorLuis Gomez <ecelgp@gmail.com>
Mon, 7 Mar 2016 23:36:23 +0000 (15:36 -0800)
committerLuis Gomez <ecelgp@gmail.com>
Tue, 8 Mar 2016 00:00:15 +0000 (16:00 -0800)
Distribution check job is failing in master because missing
of-config artifacts in nexus. This is also blocking all the
verify jobs (they run distribution-check).

Change-Id: I8697c89b96d910834590afa8aef6683db7bf917c
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
features-index/pom.xml
features-index/src/main/resources/features.xml
features-test/src/main/resources/features.xml

index 3129f0db34aeb8ec8ce7974c8390d003d7b2112a..91ac1457ed50493eee0e8e85dc4ad5ae98a7a51d 100644 (file)
       <classifier>features</classifier>
       <type>xml</type>
     </dependency>
+<!-- Issue with of-config merge requires this line commented out:
     <dependency>
       <groupId>org.opendaylight.of-config</groupId>
       <artifactId>features-of-config</artifactId>
       <classifier>features</classifier>
       <type>xml</type>
     </dependency>
+-->
     <dependency>
       <groupId>org.opendaylight.ofextensions.circuitsw</groupId>
       <artifactId>circuitsw-features</artifactId>
index 0b52fb7466c1acfa49f0a9ed4949e35e3a35b36d..9085b2a7d919c6b623c123d80e25048a929841d7 100644 (file)
@@ -66,7 +66,9 @@
     <repository>mvn:org.opendaylight.netide/netide-features/${feature.netide.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.neutron/features-neutron/${feature.neutron.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.nic/features-nic/${feature.nic.version}/xml/features</repository>
+<!-- Issue with of-config merge requires this line commented out:
     <repository>mvn:org.opendaylight.of-config/features-of-config/${feature.of-config.version}/xml/features</repository>
+-->
     <repository>mvn:org.opendaylight.ofextensions.circuitsw/circuitsw-features/${feature.circuitsw.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin/${feature.openflowplugin.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin-li/${feature.openflowplugin.version}/xml/features</repository>
index de707b4f9dbe995b2cf126b062705af5399a2ffa..353daf78dfdcd7d76466d59b55be04c88cf91c16 100644 (file)
@@ -96,7 +96,9 @@
         <feature version='${feature.neutron.version}'>odl-neutron-service</feature>
         <feature version='${feature.netconf.version}'>odl-netconf-connector-ssh</feature>
         <feature version='${feature.netide.version}'>odl-netide-rest</feature>
+<!-- Issue with of-config merge requires this line commented out
         <feature version='${feature.of-config.version}'>odl-of-config-all</feature>
+-->
         <feature version='0.8.0-SNAPSHOT'>odl-openflowjava-protocol</feature>
         <feature version='${feature.openflowplugin.version}'>odl-openflowplugin-flow-services</feature>
         <feature version='${feature.openflowplugin.version}'>odl-openflowplugin-flow-services-rest</feature>