Release Sulfur
[integration/distribution.git] / features / repos / index / pom.xml
index f3723875ac03dcf39c84f995f3673a419233a6b2..dedb4b952085961f564ed0a8c5a171fcd9272428 100644 (file)
@@ -7,25 +7,23 @@
  terms of the Eclipse Public License v1.0 which accompanies this distribution,
  and is available at http://www.eclipse.org/legal/epl-v10.html
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>3.0.2</version>
+        <version>10.0.0</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.integration</groupId>
     <artifactId>features-index</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.16.0</version>
     <packaging>feature</packaging>
     <!-- <name> formatting is used by autorelease to parse and notify projects on
          build failure. Please do not modify this unless you have a good reason. -->
     <name>ODL :: integration :: ${project.artifactId}</name>
     <description>Aggregate repository of all ODL repositories with user-facing features.</description>
-    <url>https://wiki.opendaylight.org/view/Integration/Distribution</url>
+    <url>https://wiki.opendaylight.org/x/ggYF</url>
     <licenses>
         <license>
             <name>Eclipse Public License v1.0</name>
@@ -50,6 +48,7 @@
             </dependency>
         </dependencies>
     </dependencyManagement>
+
     <!-- User facing single features. Alphabetical order -->
     <!-- FIXME: How to explain to feature-repo-parent it shall not list single features from repo dependencies? -->
     <profiles>
                 </dependency>
             </dependencies>
         </profile>
-        <!-- ALTO -->
-        <profile>
-            <id>alto</id>
-            <activation>
-                <!-- Removed for the odlparent 3 / yangtools 2 migration -->
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.alto</groupId>
-                    <artifactId>features4-alto</artifactId>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                </dependency>
-            </dependencies>
-        </profile>
         <!-- BGPCEP -->
         <profile>
             <id>bgpcep</id>
             <dependencies>
                 <dependency>
                     <groupId>org.opendaylight.bgpcep</groupId>
-                    <artifactId>features-bgp</artifactId>
+                    <artifactId>features-algo</artifactId>
                     <classifier>features</classifier>
                     <type>xml</type>
                 </dependency>
                 <dependency>
                     <groupId>org.opendaylight.bgpcep</groupId>
-                    <artifactId>features-bmp</artifactId>
+                    <artifactId>features-bgp</artifactId>
                     <classifier>features</classifier>
                     <type>xml</type>
                 </dependency>
                 </dependency>
                 <dependency>
                     <groupId>org.opendaylight.bgpcep</groupId>
-                    <artifactId>features-pcep</artifactId>
+                    <artifactId>features-bmp</artifactId>
                     <classifier>features</classifier>
                     <type>xml</type>
                 </dependency>
                 <dependency>
                     <groupId>org.opendaylight.bgpcep</groupId>
-                    <artifactId>features-rsvp</artifactId>
+                    <artifactId>features-graph</artifactId>
                     <classifier>features</classifier>
                     <type>xml</type>
                 </dependency>
-            </dependencies>
-        </profile>
-        <!-- BIER -->
-        <profile>
-            <id>bier</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
                 <dependency>
-                    <groupId>org.opendaylight.bier</groupId>
-                    <artifactId>features-bier</artifactId>
+                    <groupId>org.opendaylight.bgpcep</groupId>
+                    <artifactId>features-pcep</artifactId>
                     <classifier>features</classifier>
                     <type>xml</type>
                 </dependency>
-            </dependencies>
-        </profile>
-        <!-- COE -->
-        <profile>
-            <id>coe</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
                 <dependency>
-                    <groupId>org.opendaylight.coe</groupId>
-                    <artifactId>features-coe</artifactId>
+                    <groupId>org.opendaylight.bgpcep</groupId>
+                    <artifactId>features-rsvp</artifactId>
                     <classifier>features</classifier>
                     <type>xml</type>
                 </dependency>
             <dependencies>
                 <dependency>
                     <groupId>org.opendaylight.controller</groupId>
-                    <artifactId>features-extras</artifactId>
+                    <artifactId>features-controller</artifactId>
                     <classifier>features</classifier>
                     <type>xml</type>
                 </dependency>
                 <dependency>
                     <groupId>org.opendaylight.controller</groupId>
-                    <artifactId>features-mdsal</artifactId>
+                    <artifactId>features-controller-experimental</artifactId>
                     <classifier>features</classifier>
                     <type>xml</type>
                 </dependency>
                 <dependency>
                     <groupId>org.opendaylight.controller</groupId>
-                    <artifactId>features-mdsal-benchmark</artifactId>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                </dependency>
-                <dependency>
-                    <groupId>org.opendaylight.controller</groupId>
-                    <artifactId>features-mdsal-trace</artifactId>
+                    <artifactId>features-controller-testing</artifactId>
                     <classifier>features</classifier>
                     <type>xml</type>
                 </dependency>
                 </dependency>
             </dependencies>
         </profile>
-        <!-- Distribution -->
-        <profile>
-            <id>distribution</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>${project.groupId}</groupId>
-                    <artifactId>features-distribution</artifactId>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                </dependency>
-            </dependencies>
-        </profile>
-        <!-- Dlux -->
-        <profile>
-            <id>dlux</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.dlux</groupId>
-                    <artifactId>features-dlux</artifactId>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                </dependency>
-            </dependencies>
-        </profile>
-        <!-- DluxApps -->
-        <profile>
-            <id>dluxapps</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.dluxapps</groupId>
-                    <artifactId>features-dluxapps</artifactId>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                </dependency>
-            </dependencies>
-        </profile>
-        <!-- Eman -->
-        <profile>
-            <id>eman</id>
-            <activation>
-                <!-- Removed for the odlparent 3 / yangtools 2 migration -->
-                <activeByDefault>false</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.eman</groupId>
-                    <artifactId>features-eman</artifactId>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                </dependency>
-            </dependencies>
-        </profile>
-        <!-- FAAS -->
-        <profile>
-            <id>faas</id>
-            <activation>
-                <!-- Removed for the odlparent 3 / yangtools 2 migration -->
-                <activeByDefault>false</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.faas</groupId>
-                    <artifactId>features4-faas</artifactId>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                </dependency>
-            </dependencies>
-        </profile>
-        <!-- Genius -->
-        <profile>
-            <id>genius</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.genius</groupId>
-                    <artifactId>genius-features</artifactId>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                </dependency>
-            </dependencies>
-        </profile>
-        <!-- GROUPBASEDPOLICY -->
-        <profile>
-            <id>groupbasedpolicy</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.groupbasedpolicy</groupId>
-                    <artifactId>features-groupbasedpolicy</artifactId>
-                    <type>xml</type>
-                    <classifier>features</classifier>
-                </dependency>
-            </dependencies>
-        </profile>
-        <!-- Honeycomb/VBD -->
-        <profile>
-            <id>honeycombvbd</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.honeycomb.vbd</groupId>
-                    <artifactId>vbd-features</artifactId>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                </dependency>
-            </dependencies>
-        </profile>
         <!-- InfraUtils -->
         <profile>
             <id>infrautils</id>
             <dependencies>
                 <dependency>
                     <groupId>org.opendaylight.infrautils</groupId>
-                    <artifactId>infrautils-features</artifactId>
+                    <artifactId>features-infrautils</artifactId>
                     <classifier>features</classifier>
                     <type>xml</type>
                 </dependency>
-            </dependencies>
-        </profile>
-        <!-- JSON RPC -->
-        <profile>
-            <id>jsonrpc</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
                 <dependency>
-                    <groupId>org.opendaylight.jsonrpc</groupId>
-                    <artifactId>jsonrpc-features</artifactId>
+                    <groupId>org.opendaylight.infrautils</groupId>
+                    <artifactId>features-infrautils-experimental</artifactId>
                     <classifier>features</classifier>
                     <type>xml</type>
                 </dependency>
             </dependencies>
         </profile>
-        <!-- L2switch -->
+        <!-- jsonrpc -->
         <profile>
-            <id>l2switch</id>
+            <id>jsonrpc</id>
             <activation>
                 <activeByDefault>true</activeByDefault>
             </activation>
             <dependencies>
                 <dependency>
-                    <groupId>org.opendaylight.l2switch</groupId>
-                    <artifactId>features-l2switch</artifactId>
+                    <groupId>org.opendaylight.jsonrpc</groupId>
+                    <artifactId>features-jsonrpc</artifactId>
                     <classifier>features</classifier>
                     <type>xml</type>
                 </dependency>
                 </dependency>
             </dependencies>
         </profile>
-        <!-- FIXME: Add Mdsal -->
-        <!-- NEMO -->
+        <!-- Mdsal -->
         <profile>
-            <id>nemo</id>
+            <id>mdsal</id>
             <activation>
                 <activeByDefault>true</activeByDefault>
             </activation>
             <dependencies>
                 <dependency>
-                    <groupId>org.opendaylight.nemo</groupId>
-                    <artifactId>nemo-features</artifactId>
+                    <groupId>org.opendaylight.mdsal</groupId>
+                    <artifactId>features-mdsal</artifactId>
+                    <classifier>features</classifier>
+                    <type>xml</type>
+                </dependency>
+                <dependency>
+                    <groupId>org.opendaylight.mdsal</groupId>
+                    <artifactId>features-mdsal-experimental</artifactId>
                     <classifier>features</classifier>
                     <type>xml</type>
                 </dependency>
                     <classifier>features</classifier>
                     <type>xml</type>
                 </dependency>
-            </dependencies>
-        </profile>
-        <!-- Netvirt -->
-        <profile>
-            <id>netvirt</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.netvirt</groupId>
-                    <artifactId>vpnservice-features</artifactId>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                </dependency>
-            </dependencies>
-        </profile>
-        <!-- Neutron Northbound -->
-        <profile>
-            <id>neutron</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.neutron</groupId>
-                    <artifactId>features-neutron-service</artifactId>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                </dependency>
-            </dependencies>
-        </profile>
-        <!-- NIC -->
-        <profile>
-            <id>nic</id>
-            <activation>
-                <!-- Removed for the odlparent 3 / yangtools 2 migration -->
-                <activeByDefault>false</activeByDefault>
-            </activation>
-            <dependencies>
                 <dependency>
-                    <groupId>org.opendaylight.nic</groupId>
-                    <artifactId>features-nic</artifactId>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                </dependency>
-            </dependencies>
-        </profile>
-        <!-- OCPplugin -->
-        <profile>
-            <id>ocpplugin</id>
-            <activation>
-                <!-- Inactive -->
-                <activeByDefault>false</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.ocpplugin</groupId>
-                    <artifactId>features-ocpplugin</artifactId>
+                    <groupId>org.opendaylight.controller</groupId>
+                    <artifactId>features-controller-testing</artifactId>
                     <classifier>features</classifier>
                     <type>xml</type>
                 </dependency>
                 <activeByDefault>true</activeByDefault>
             </activation>
             <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.odlparent</groupId>
-                    <artifactId>features-akka</artifactId>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                </dependency>
                 <dependency>
                     <groupId>org.opendaylight.odlparent</groupId>
                     <artifactId>features-odlparent</artifactId>
                 </dependency>
             </dependencies>
         </profile>
-        <!-- OF-CONFIG -->
-        <profile>
-            <id>ofconfig</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.of-config</groupId>
-                    <artifactId>features-of-config</artifactId>
-                    <type>xml</type>
-                    <classifier>features</classifier>
-                </dependency>
-            </dependencies>
-        </profile>
         <!-- OpenflowPlugin -->
         <profile>
             <id>openflowplugin</id>
                 </dependency>
             </dependencies>
         </profile>
-        <!-- P4 Plugin -->
+        <!-- Serviceutils -->
         <profile>
-            <id>p4plugin</id>
+            <id>serviceutils</id>
             <activation>
                 <activeByDefault>true</activeByDefault>
             </activation>
             <dependencies>
                 <dependency>
-                    <groupId>org.opendaylight.p4plugin</groupId>
-                    <artifactId>features-p4plugin</artifactId>
+                    <groupId>org.opendaylight.serviceutils</groupId>
+                    <artifactId>serviceutils-features</artifactId>
                     <classifier>features</classifier>
                     <type>xml</type>
                 </dependency>
             </dependencies>
         </profile>
-        <!-- Packetcable -->
+        <!-- Yangtools -->
         <profile>
-            <id>packetcable</id>
+            <id>yangtools</id>
             <activation>
                 <activeByDefault>true</activeByDefault>
             </activation>
             <dependencies>
                 <dependency>
-                    <groupId>org.opendaylight.packetcable</groupId>
-                    <artifactId>features4-packetcable-policy</artifactId>
+                    <groupId>org.opendaylight.yangtools</groupId>
+                    <artifactId>features-yangtools</artifactId>
                     <classifier>features</classifier>
                     <type>xml</type>
                 </dependency>
-            </dependencies>
-        </profile>
-        <!-- SFC -->
-        <profile>
-            <id>sfc</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.sfc</groupId>
-                    <artifactId>features4-sfc</artifactId>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                </dependency>
-            </dependencies>
-        </profile>
-        <!-- SNMP -->
-        <profile>
-            <id>snmp</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.snmp</groupId>
-                    <artifactId>features-snmp</artifactId>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                </dependency>
-            </dependencies>
-        </profile>
-        <!-- SNMP4SDN -->
-        <profile>
-            <id>snmp4sdn</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.snmp4sdn</groupId>
-                    <artifactId>features-snmp4sdn</artifactId>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                </dependency>
-            </dependencies>
-        </profile>
-        <!-- SXP -->
-        <profile>
-            <id>sxp</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.sxp</groupId>
-                    <artifactId>features-sxp</artifactId>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                </dependency>
-            </dependencies>
-        </profile>
-        <!-- TSDR  -->
-        <profile>
-            <id>tsdr</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.tsdr</groupId>
-                    <artifactId>features-tsdr</artifactId>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                </dependency>
-            </dependencies>
-        </profile>
-        <!-- Unimgr -->
-        <profile>
-            <id>unimgr</id>
-            <activation>
-                <!-- Removed for the odlparent 3 / yangtools 2 migration -->
-                <activeByDefault>false</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.unimgr</groupId>
-                    <artifactId>features4-unimgr</artifactId>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                </dependency>
-            </dependencies>
-        </profile>
-        <!-- USC -->
-        <profile>
-            <id>usc</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.usc</groupId>
-                    <artifactId>usc-features</artifactId>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                </dependency>
-            </dependencies>
-        </profile>
-        <!-- VTN -->
-        <profile>
-            <id>vtn</id>
-            <activation>
-                <!-- Removed for the odlparent 3 / yangtools 2 migration -->
-                <activeByDefault>false</activeByDefault>
-            </activation>
-            <dependencies>
                 <dependency>
-                    <groupId>org.opendaylight.vtn</groupId>
-                    <artifactId>features-vtn-manager</artifactId>
+                    <groupId>org.opendaylight.yangtools</groupId>
+                    <artifactId>features-yangtools-experimental</artifactId>
                     <classifier>features</classifier>
                     <type>xml</type>
                 </dependency>
             </dependencies>
         </profile>
-        <!-- FIXME: Add Yangtools -->
     </profiles>
 </project>