Clean Flourine distribution
[integration/distribution.git] / features / singles / odl-integration-all / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2017 Cisco Systems, Inc. and others.  All rights reserved.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8  -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12     <modelVersion>4.0.0</modelVersion>
13     <parent>
14         <groupId>org.opendaylight.odlparent</groupId>
15         <artifactId>single-feature-parent</artifactId>
16         <version>3.0.2</version>
17         <relativePath/>
18     </parent>
19     <groupId>org.opendaylight.integration</groupId>
20     <artifactId>odl-integration-all</artifactId>
21     <!-- TODO: Diferent name? -->
22     <version>0.9.0-SNAPSHOT</version>
23     <packaging>feature</packaging>
24     <!-- <name> formatting is used by autorelease to parse and notify projects on
25          build failure. Please do not modify this unless you have a good reason. -->
26     <name>ODL :: integration :: ${project.artifactId}</name>
27     <description>Single feature containing all features separately compatible with odl-integration-compatible-with-all.</description>
28     <url>https://wiki.opendaylight.org/view/Integration/Distribution</url>
29     <licenses>
30         <license>
31             <name>Eclipse Public License v1.0</name>
32             <url>http://www.eclipse.org/legal/epl-v10.html</url>
33         </license>
34     </licenses>
35     <!-- FIXME: Add developers section -->
36     <scm>
37         <connection>scm:git:https://git.opendaylight.org/gerrit/integration/distribution.git</connection>
38         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/integration/distribution.git</developerConnection>
39         <url>https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;f=features/singles/odl-integration-all;hb=HEAD</url>
40         <tag>HEAD</tag>
41     </scm>
42     <dependencyManagement>
43         <dependencies>
44             <dependency>
45                 <groupId>${project.groupId}</groupId>
46                 <artifactId>all-artifacts</artifactId>
47                 <version>${project.version}</version>
48                 <scope>import</scope>
49                 <type>pom</type>
50             </dependency>
51         </dependencies>
52     </dependencyManagement>
53     <dependencies>
54         <dependency>
55             <groupId>${project.groupId}</groupId>
56             <artifactId>odl-integration-compatible-with-all</artifactId>
57             <type>xml</type>
58             <classifier>features</classifier>
59         </dependency>
60     </dependencies>
61
62     <!-- Override odlparent default to get the speed improvements in feature generation
63          FIXME: remove this once odlparent ships 4.1.5+ -->
64     <build>
65         <plugins>
66             <plugin>
67                 <groupId>org.apache.karaf.tooling</groupId>
68                 <artifactId>karaf-maven-plugin</artifactId>
69                 <version>4.1.5</version>
70             </plugin>
71         </plugins>
72     </build>
73
74     <!-- External single feature dependencies in alphabetical order -->
75     <profiles>
76         <!-- COE -->
77         <profile>
78             <id>coe</id>
79             <activation>
80                 <activeByDefault>true</activeByDefault>
81             </activation>
82             <dependencies>
83                 <dependency>
84                     <groupId>org.opendaylight.coe</groupId>
85                     <artifactId>odl-coe</artifactId>
86                     <type>xml</type>
87                     <classifier>features</classifier>
88                 </dependency>
89             </dependencies>
90         </profile>
91         <!-- Genius -->
92         <profile>
93             <id>genius</id>
94             <activation>
95                 <activeByDefault>true</activeByDefault>
96             </activation>
97             <dependencies>
98                 <dependency>
99                     <groupId>org.opendaylight.genius</groupId>
100                     <artifactId>odl-genius-rest</artifactId>
101                     <type>xml</type>
102                     <classifier>features</classifier>
103                 </dependency>
104             </dependencies>
105         </profile>
106         <!-- Netconf -->
107         <profile>
108             <id>netconf</id>
109             <activation>
110                 <activeByDefault>true</activeByDefault>
111             </activation>
112             <dependencies>
113                 <dependency>
114                     <groupId>org.opendaylight.netconf</groupId>
115                     <artifactId>odl-netconf-callhome-ssh</artifactId>
116                     <classifier>features</classifier>
117                     <type>xml</type>
118                 </dependency>
119                 <dependency>
120                     <groupId>org.opendaylight.netconf</groupId>
121                     <artifactId>odl-netconf-console</artifactId>
122                     <classifier>features</classifier>
123                     <type>xml</type>
124                 </dependency>
125                 <dependency>
126                     <groupId>org.opendaylight.netconf</groupId>
127                     <artifactId>odl-netconf-mdsal</artifactId>
128                     <type>xml</type>
129                     <classifier>features</classifier>
130                 </dependency>
131                 <dependency>
132                     <groupId>org.opendaylight.netconf</groupId>
133                     <artifactId>odl-netconf-topology</artifactId>
134                     <type>xml</type>
135                     <classifier>features</classifier>
136                 </dependency>
137                 <dependency>
138                     <groupId>org.opendaylight.netconf</groupId>
139                     <artifactId>odl-netconf-clustered-topology</artifactId>
140                     <type>xml</type>
141                     <classifier>features</classifier>
142                 </dependency>
143             </dependencies>
144         </profile>
145         <!-- Netvirt -->
146         <profile>
147             <id>netvirt</id>
148             <activation>
149                 <activeByDefault>true</activeByDefault>
150             </activation>
151             <dependencies>
152                 <dependency>
153                     <groupId>org.opendaylight.netvirt</groupId>
154                     <artifactId>odl-netvirt-openstack</artifactId>
155                     <type>xml</type>
156                     <classifier>features</classifier>
157                 </dependency>
158             </dependencies>
159         </profile>
160         <!-- SFC -->
161         <profile>
162             <id>sfc</id>
163             <activation>
164                 <activeByDefault>true</activeByDefault>
165             </activation>
166             <dependencies>
167                 <dependency>
168                     <groupId>org.opendaylight.sfc</groupId>
169                     <artifactId>odl-sfc-ios-xe-renderer</artifactId>
170                     <type>xml</type>
171                     <classifier>features</classifier>
172                 </dependency>
173                 <dependency>
174                     <groupId>org.opendaylight.sfc</groupId>
175                     <artifactId>odl-sfc-netconf</artifactId>
176                     <type>xml</type>
177                     <classifier>features</classifier>
178                 </dependency>
179                 <dependency>
180                     <groupId>org.opendaylight.sfc</groupId>
181                     <artifactId>odl-sfc-openflow-renderer</artifactId>
182                     <type>xml</type>
183                     <classifier>features</classifier>
184                 </dependency>
185                 <dependency>
186                     <groupId>org.opendaylight.sfc</groupId>
187                     <artifactId>odl-sfc-vpp-renderer</artifactId>
188                     <type>xml</type>
189                     <classifier>features</classifier>
190                 </dependency>
191             </dependencies>
192         </profile>
193     </profiles>
194 </project>