Clean Flourine distribution
[integration/distribution.git] / features / singles / odl-integration-compatible-with-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-compatible-with-all</artifactId>
21     <!-- TODO: Shorter 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 compatible together.</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-compatible-with-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
54     <!-- Override odlparent default to get the speed improvements in feature generation
55          FIXME: remove this once odlparent ships 4.1.5+ -->
56     <build>
57         <plugins>
58             <plugin>
59                 <groupId>org.apache.karaf.tooling</groupId>
60                 <artifactId>karaf-maven-plugin</artifactId>
61                 <version>4.1.5</version>
62             </plugin>
63         </plugins>
64     </build>
65
66     <!-- User facing single features. Alphabetical order -->
67     <profiles>
68         <!-- AAA -->
69         <profile>
70             <id>aaa</id>
71             <activation>
72                 <activeByDefault>true</activeByDefault>
73             </activation>
74             <dependencies>
75                 <dependency>
76                     <groupId>org.opendaylight.aaa</groupId>
77                     <artifactId>odl-aaa-shiro</artifactId>
78                     <type>xml</type>
79                     <classifier>features</classifier>
80                 </dependency>
81             </dependencies>
82         </profile>
83         <!-- BGPCEP -->
84         <profile>
85             <id>bgpcep</id>
86             <activation>
87                 <activeByDefault>true</activeByDefault>
88             </activation>
89             <dependencies>
90                 <dependency>
91                     <groupId>org.opendaylight.bgpcep</groupId>
92                     <artifactId>odl-bgpcep-bgp</artifactId>
93                     <type>xml</type>
94                     <classifier>features</classifier>
95                 </dependency>
96                 <dependency>
97                     <groupId>org.opendaylight.bgpcep</groupId>
98                     <artifactId>odl-bgpcep-bmp</artifactId>
99                     <type>xml</type>
100                     <classifier>features</classifier>
101                 </dependency>
102                 <dependency>
103                     <groupId>org.opendaylight.bgpcep</groupId>
104                     <artifactId>odl-bgpcep-pcep</artifactId>
105                     <type>xml</type>
106                     <classifier>features</classifier>
107                 </dependency>
108                 <dependency>
109                     <groupId>org.opendaylight.bgpcep</groupId>
110                     <artifactId>odl-bgpcep-rsvp</artifactId>
111                     <type>xml</type>
112                     <classifier>features</classifier>
113                 </dependency>
114             </dependencies>
115         </profile>
116         <!-- Daexim -->
117         <profile>
118             <id>daexim</id>
119             <activation>
120                 <activeByDefault>true</activeByDefault>
121             </activation>
122             <dependencies>
123                 <dependency>
124                     <groupId>org.opendaylight.daexim</groupId>
125                     <artifactId>odl-daexim-all</artifactId>
126                     <type>xml</type>
127                     <classifier>features</classifier>
128                 </dependency>
129             </dependencies>
130         </profile>
131         <!-- InfraUtils -->
132         <profile>
133             <id>infrautils</id>
134             <activation>
135                 <activeByDefault>true</activeByDefault>
136             </activation>
137             <dependencies>
138                 <dependency>
139                     <groupId>org.opendaylight.infrautils</groupId>
140                     <artifactId>odl-infrautils-ready</artifactId>
141                     <type>xml</type>
142                     <classifier>features</classifier>
143                 </dependency>
144             </dependencies>
145         </profile>
146         <!-- LISP Flow Mapping -->
147         <profile>
148             <id>lispflowmapping</id>
149             <activation>
150                 <activeByDefault>true</activeByDefault>
151             </activation>
152             <dependencies>
153                 <dependency>
154                     <groupId>org.opendaylight.lispflowmapping</groupId>
155                     <artifactId>odl-lispflowmapping-msmr</artifactId>
156                     <type>xml</type>
157                     <classifier>features</classifier>
158                 </dependency>
159             </dependencies>
160         </profile>
161         <!-- Netconf -->
162         <profile>
163             <id>netconf</id>
164             <activation>
165                 <activeByDefault>true</activeByDefault>
166             </activation>
167             <dependencies>
168                 <dependency>
169                     <groupId>org.opendaylight.netconf</groupId>
170                     <artifactId>odl-mdsal-apidocs</artifactId>
171                     <classifier>features</classifier>
172                     <type>xml</type>
173                 </dependency>
174                 <dependency>
175                     <groupId>org.opendaylight.netconf</groupId>
176                     <artifactId>odl-restconf</artifactId>
177                     <classifier>features</classifier>
178                     <type>xml</type>
179                 </dependency>
180                 <dependency>
181                     <groupId>org.opendaylight.netconf</groupId>
182                     <artifactId>odl-yanglib</artifactId>
183                     <classifier>features</classifier>
184                     <type>xml</type>
185                 </dependency>
186             </dependencies>
187         </profile>
188         <!-- Neutron Northbound -->
189         <profile>
190             <id>neutron</id>
191             <activation>
192                 <activeByDefault>true</activeByDefault>
193             </activation>
194             <dependencies>
195                 <dependency>
196                     <groupId>org.opendaylight.neutron</groupId>
197                     <artifactId>odl-neutron-service</artifactId>
198                     <type>xml</type>
199                     <classifier>features</classifier>
200                 </dependency>
201             </dependencies>
202         </profile>
203         <!-- OpenflowPlugin -->
204         <profile>
205             <id>openflowplugin</id>
206             <activation>
207                 <activeByDefault>true</activeByDefault>
208             </activation>
209             <dependencies>
210                 <dependency>
211                     <groupId>org.opendaylight.openflowplugin</groupId>
212                     <artifactId>odl-openflowplugin-flow-services-rest</artifactId>
213                     <type>xml</type>
214                     <classifier>features</classifier>
215                 </dependency>
216                 <dependency>
217                     <groupId>org.opendaylight.openflowplugin</groupId>
218                     <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
219                     <type>xml</type>
220                     <classifier>features</classifier>
221                 </dependency>
222             </dependencies>
223         </profile>
224         <!-- OVSDB -->
225         <profile>
226             <id>ovsdb</id>
227             <activation>
228                 <activeByDefault>true</activeByDefault>
229             </activation>
230             <dependencies>
231                 <dependency>
232                     <groupId>org.opendaylight.ovsdb</groupId>
233                     <artifactId>odl-ovsdb-library</artifactId>
234                     <type>xml</type>
235                     <classifier>features</classifier>
236                 </dependency>
237                 <dependency>
238                     <groupId>org.opendaylight.ovsdb</groupId>
239                     <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
240                     <type>xml</type>
241                     <classifier>features</classifier>
242                 </dependency>
243                 <dependency>
244                     <groupId>org.opendaylight.ovsdb</groupId>
245                     <artifactId>odl-ovsdb-southbound-impl</artifactId>
246                     <type>xml</type>
247                     <classifier>features</classifier>
248                 </dependency>
249             </dependencies>
250         </profile>
251         <!-- SFC -->
252         <profile>
253             <id>sfc</id>
254             <activation>
255                 <activeByDefault>true</activeByDefault>
256             </activation>
257             <dependencies>
258                 <dependency>
259                     <groupId>org.opendaylight.sfc</groupId>
260                     <artifactId>odl-sfc-ovs</artifactId>
261                     <type>xml</type>
262                     <classifier>features</classifier>
263                 </dependency>
264                 <dependency>
265                     <groupId>org.opendaylight.sfc</groupId>
266                     <artifactId>odl-sfc-sb-rest</artifactId>
267                     <type>xml</type>
268                     <classifier>features</classifier>
269                 </dependency>
270                 <dependency>
271                     <groupId>org.opendaylight.sfc</groupId>
272                     <artifactId>odl-sfclisp</artifactId>
273                     <type>xml</type>
274                     <classifier>features</classifier>
275                 </dependency>
276                 <dependency>
277                     <groupId>org.opendaylight.sfc</groupId>
278                     <artifactId>odl-sfc-shell</artifactId>
279                     <type>xml</type>
280                     <classifier>features</classifier>
281                 </dependency>
282             </dependencies>
283         </profile>
284     </profiles>
285 </project>