<?xml version="1.0" encoding="UTF-8"?>
<!-- vi: set et smarttab sw=4 tabstop=4: -->
<!--
 Copyright (c) 2017 Cisco Systems, Inc. and others.  All rights reserved.

 This program and the accompanying materials are made available under the
 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">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.opendaylight.odlparent</groupId>
        <artifactId>feature-repo-parent</artifactId>
        <version>9.0.13</version>
        <relativePath/>
    </parent>
    <groupId>org.opendaylight.integration</groupId>
    <artifactId>features-index</artifactId>
    <version>0.15.2</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/x/ggYF</url>
    <licenses>
        <license>
            <name>Eclipse Public License v1.0</name>
            <url>http://www.eclipse.org/legal/epl-v10.html</url>
        </license>
    </licenses>
    <!-- FIXME: Add developers section -->
    <scm>
        <connection>scm:git:https://git.opendaylight.org/gerrit/integration/distribution.git</connection>
        <developerConnection>scm:git:ssh://git.opendaylight.org:29418/integration/distribution.git</developerConnection>
        <url>https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;f=features/repos/index;hb=HEAD</url>
        <tag>HEAD</tag>
    </scm>
    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>${project.groupId}</groupId>
                <artifactId>all-artifacts</artifactId>
                <version>${project.version}</version>
                <scope>import</scope>
                <type>pom</type>
            </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>
        <!-- AAA -->
        <profile>
            <id>aaa</id>
            <activation>
                <activeByDefault>true</activeByDefault>
            </activation>
            <dependencies>
                <dependency>
                    <groupId>org.opendaylight.aaa</groupId>
                    <artifactId>features-aaa</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
            </dependencies>
        </profile>
        <!-- BGPCEP -->
        <profile>
            <id>bgpcep</id>
            <activation>
                <activeByDefault>true</activeByDefault>
            </activation>
            <dependencies>
                <dependency>
                    <groupId>org.opendaylight.bgpcep</groupId>
                    <artifactId>features-algo</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
                <dependency>
                    <groupId>org.opendaylight.bgpcep</groupId>
                    <artifactId>features-bgp</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
                <dependency>
                    <groupId>org.opendaylight.bgpcep</groupId>
                    <artifactId>features-bgpcep-extras</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
                <dependency>
                    <groupId>org.opendaylight.bgpcep</groupId>
                    <artifactId>features-bmp</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
                <dependency>
                    <groupId>org.opendaylight.bgpcep</groupId>
                    <artifactId>features-graph</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
                <dependency>
                    <groupId>org.opendaylight.bgpcep</groupId>
                    <artifactId>features-pcep</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
                <dependency>
                    <groupId>org.opendaylight.bgpcep</groupId>
                    <artifactId>features-rsvp</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
            </dependencies>
        </profile>
        <!-- Controller -->
        <profile>
            <id>controller</id>
            <activation>
                <activeByDefault>true</activeByDefault>
            </activation>
            <dependencies>
                <dependency>
                    <groupId>org.opendaylight.controller</groupId>
                    <artifactId>features-controller</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
                <dependency>
                    <groupId>org.opendaylight.controller</groupId>
                    <artifactId>features-controller-experimental</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
                <dependency>
                    <groupId>org.opendaylight.controller</groupId>
                    <artifactId>features-controller-testing</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
            </dependencies>
        </profile>
        <!-- Daexim -->
        <profile>
            <id>daexim</id>
            <activation>
                <activeByDefault>true</activeByDefault>
            </activation>
            <dependencies>
                <dependency>
                    <groupId>org.opendaylight.daexim</groupId>
                    <artifactId>daexim-features</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
            </dependencies>
        </profile>
        <!-- InfraUtils -->
        <profile>
            <id>infrautils</id>
            <activation>
                <activeByDefault>true</activeByDefault>
            </activation>
            <dependencies>
                <dependency>
                    <groupId>org.opendaylight.infrautils</groupId>
                    <artifactId>features-infrautils</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
                <dependency>
                    <groupId>org.opendaylight.infrautils</groupId>
                    <artifactId>features-infrautils-experimental</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
            </dependencies>
        </profile>
        <!-- jsonrpc -->
        <profile>
            <id>jsonrpc</id>
            <activation>
                <activeByDefault>true</activeByDefault>
            </activation>
            <dependencies>
                <dependency>
                    <groupId>org.opendaylight.jsonrpc</groupId>
                    <artifactId>features-jsonrpc</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
            </dependencies>
        </profile>
        <!-- LISP Flow Mapping -->
        <profile>
            <id>lispflowmapping</id>
            <activation>
                <activeByDefault>true</activeByDefault>
            </activation>
            <dependencies>
                <dependency>
                    <groupId>org.opendaylight.lispflowmapping</groupId>
                    <artifactId>features-lispflowmapping</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
            </dependencies>
        </profile>
        <!-- Mdsal -->
        <profile>
            <id>mdsal</id>
            <activation>
                <activeByDefault>true</activeByDefault>
            </activation>
            <dependencies>
                <dependency>
                    <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>
            </dependencies>
        </profile>
        <!-- Netconf -->
        <profile>
            <id>netconf</id>
            <activation>
                <activeByDefault>true</activeByDefault>
            </activation>
            <dependencies>
                <dependency>
                    <groupId>org.opendaylight.netconf</groupId>
                    <artifactId>features-netconf</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
                <dependency>
                    <groupId>org.opendaylight.netconf</groupId>
                    <artifactId>features-netconf-connector</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
                <dependency>
                    <groupId>org.opendaylight.netconf</groupId>
                    <artifactId>features-restconf</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
                <dependency>
                    <groupId>org.opendaylight.netconf</groupId>
                    <artifactId>features-yanglib</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
                <dependency>
                    <groupId>org.opendaylight.controller</groupId>
                    <artifactId>features-controller-testing</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
            </dependencies>
        </profile>
        <!-- ODL Parent -->
        <profile>
            <id>odlparent</id>
            <activation>
                <activeByDefault>true</activeByDefault>
            </activation>
            <dependencies>
                <dependency>
                    <groupId>org.opendaylight.odlparent</groupId>
                    <artifactId>features-odlparent</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
            </dependencies>
        </profile>
        <!-- OpenflowPlugin -->
        <profile>
            <id>openflowplugin</id>
            <activation>
                <activeByDefault>true</activeByDefault>
            </activation>
            <dependencies>
                <dependency>
                    <groupId>org.opendaylight.openflowplugin</groupId>
                    <artifactId>features-openflowplugin</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
                <dependency>
                    <groupId>org.opendaylight.openflowplugin</groupId>
                    <artifactId>features-openflowplugin-extension</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
            </dependencies>
        </profile>
        <!-- OVSDB -->
        <profile>
            <id>ovsdb</id>
            <activation>
                <activeByDefault>true</activeByDefault>
            </activation>
            <dependencies>
                <dependency>
                    <groupId>org.opendaylight.ovsdb</groupId>
                    <artifactId>library-features</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
                <dependency>
                    <groupId>org.opendaylight.ovsdb</groupId>
                    <artifactId>hwvtepsouthbound-features</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
                <dependency>
                    <groupId>org.opendaylight.ovsdb</groupId>
                    <artifactId>southbound-features</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
            </dependencies>
        </profile>
        <!-- Serviceutils -->
        <profile>
            <id>serviceutils</id>
            <activation>
                <activeByDefault>true</activeByDefault>
            </activation>
            <dependencies>
                <dependency>
                    <groupId>org.opendaylight.serviceutils</groupId>
                    <artifactId>serviceutils-features</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
            </dependencies>
        </profile>
        <!-- Yangtools -->
        <profile>
            <id>yangtools</id>
            <activation>
                <activeByDefault>true</activeByDefault>
            </activation>
            <dependencies>
                <dependency>
                    <groupId>org.opendaylight.yangtools</groupId>
                    <artifactId>features-yangtools</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
                <dependency>
                    <groupId>org.opendaylight.yangtools</groupId>
                    <artifactId>features-yangtools-experimental</artifactId>
                    <classifier>features</classifier>
                    <type>xml</type>
                </dependency>
            </dependencies>
        </profile>
    </profiles>
</project>
