Add odl-karaf-feat-jetty and odl-karaf-feat-feature
[odlparent.git] / features4 / features4-odlparent / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2016 Red Hat, 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
14     <parent>
15         <groupId>org.opendaylight.odlparent</groupId>
16         <artifactId>feature-repo-parent</artifactId>
17         <version>1.8.0-SNAPSHOT</version>
18         <relativePath>../../feature-repo-parent</relativePath>
19     </parent>
20
21     <artifactId>features4-odlparent</artifactId>
22     <packaging>feature</packaging>
23     <name>ODL :: odlparent :: ${project.artifactId}</name>
24
25     <dependencies>
26         <dependency>
27             <groupId>${project.groupId}</groupId>
28             <artifactId>odl4-netty-4</artifactId>
29             <version>${project.version}</version>
30             <classifier>features</classifier>
31             <type>xml</type>
32         </dependency>
33
34         <dependency>
35             <groupId>${project.groupId}</groupId>
36             <artifactId>odl4-guava-18</artifactId>
37             <version>${project.version}</version>
38             <classifier>features</classifier>
39             <type>xml</type>
40         </dependency>
41
42         <dependency>
43             <groupId>${project.groupId}</groupId>
44             <artifactId>odl4-guava-21</artifactId>
45             <version>${project.version}</version>
46             <classifier>features</classifier>
47             <type>xml</type>
48         </dependency>
49
50         <dependency>
51             <groupId>${project.groupId}</groupId>
52             <artifactId>odl4-lmax-3</artifactId>
53             <version>${project.version}</version>
54             <classifier>features</classifier>
55             <type>xml</type>
56         </dependency>
57
58         <dependency>
59             <groupId>org.opendaylight.odlparent</groupId>
60             <artifactId>odl4-triemap-0.2</artifactId>
61             <version>${project.version}</version>
62             <classifier>features</classifier>
63             <type>xml</type>
64         </dependency>
65
66         <dependency>
67             <groupId>org.opendaylight.odlparent</groupId>
68             <artifactId>odl-karaf-feat-jdbc</artifactId>
69             <version>${project.version}</version>
70             <classifier>features</classifier>
71             <type>xml</type>
72         </dependency>
73         <dependency>
74             <groupId>org.opendaylight.odlparent</groupId>
75             <artifactId>odl-karaf-feat-jetty</artifactId>
76             <version>${project.version}</version>
77             <classifier>features</classifier>
78             <type>xml</type>
79         </dependency>
80         <dependency>
81             <groupId>org.opendaylight.odlparent</groupId>
82             <artifactId>odl-karaf-feat-war</artifactId>
83             <version>${project.version}</version>
84             <classifier>features</classifier>
85             <type>xml</type>
86         </dependency>
87     </dependencies>
88
89     <!--
90         Maven Site Configuration
91
92         The following configuration is necessary for maven-site-plugin to
93         correctly identify the correct deployment path for OpenDaylight Maven
94         sites.
95     -->
96     <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
97
98     <distributionManagement>
99         <site>
100             <id>opendaylight-site</id>
101             <url>${nexus.site.url}/${project.artifactId}/</url>
102         </site>
103     </distributionManagement>
104
105 </project>