Improve Karaf3 features before Karaf4 migration
[integration/distribution.git] / artifacts / distribution / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2017 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <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">
11     <modelVersion>4.0.0</modelVersion>
12     <parent>
13       <groupId>org.opendaylight.odlparent</groupId>
14       <artifactId>odlparent-lite</artifactId>
15       <version>1.8.0-SNAPSHOT</version>
16       <relativePath/>
17     </parent>
18     <groupId>org.opendaylight.integration</groupId>
19     <artifactId>distribution-artifacts</artifactId>
20     <version>0.6.0-SNAPSHOT</version>
21     <packaging>pom</packaging>
22     <name>distribution:distribution-artifacts</name>
23     <description>POM to import with all Integration/Distribution artifact versions.</description>
24     <url>https://wiki.opendaylight.org/view/Integration/Distribution</url>
25     <licenses>
26         <license>
27             <name>Eclipse Public License v1.0</name>
28             <url>http://www.eclipse.org/legal/epl-v10.html</url>
29         </license>
30     </licenses>
31     <!-- FIXME: Add developers section -->
32     <scm>
33         <connection>scm:git:https://git.opendaylight.org/gerrit/integration/distribution.git</connection>
34         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/integration/distribution.git</developerConnection>
35         <url>https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;f=artifacts/distribution;hb=HEAD</url>
36         <tag>HEAD</tag>
37     </scm>
38     <dependencyManagement>
39         <dependencies>
40             <!-- Version -->
41             <dependency>
42                 <groupId>${project.groupId}</groupId>
43                 <artifactId>version</artifactId>
44                 <version>${project.version}</version>
45             </dependency>
46             <dependency>
47                 <groupId>${project.groupId}</groupId>
48                 <artifactId>version</artifactId>
49                 <version>${project.version}</version>
50                 <type>xml</type>
51                 <classifier>config</classifier>
52             </dependency>
53             <!-- Karaf 3 features -->
54             <dependency>
55                 <groupId>${project.groupId}</groupId>
56                 <artifactId>features-distribution</artifactId>
57                 <version>${project.version}</version>
58                 <classifier>features</classifier>
59                 <type>xml</type>
60             </dependency>
61             <dependency>
62                 <groupId>${project.groupId}</groupId>
63                 <artifactId>features-integration-index</artifactId>
64                 <version>${project.version}</version>
65                 <classifier>features</classifier>
66                 <type>xml</type>
67             </dependency>
68             <dependency>
69                 <groupId>${project.groupId}</groupId>
70                 <artifactId>features-integration-test</artifactId>
71                 <version>${project.version}</version>
72                 <classifier>features</classifier>
73                 <type>xml</type>
74             </dependency>
75         </dependencies>
76     </dependencyManagement>
77 </project>