Set odlparent, clean-up of pom.xml-s
[groupbasedpolicy.git] / distribution-karaf / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2015 Cisco Systems, Inc. and others. All rights reserved. 
3   This program and the accompanying materials are made available under the 
4   terms of the Eclipse Public License v1.0 which accompanies this distribution, 
5   and is available at http://www.eclipse.org/legal/epl-v10.html -->
6 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
8   <modelVersion>4.0.0</modelVersion>
9
10   <parent>
11     <groupId>org.opendaylight.controller</groupId>
12     <artifactId>karaf-parent</artifactId>
13     <version>1.5.0-SNAPSHOT</version>
14     <relativePath />
15   </parent>
16
17   <artifactId>distribution-karaf</artifactId>
18   <groupId>org.opendaylight.groupbasedpolicy</groupId>
19   <version>0.2.0-SNAPSHOT</version>
20   <packaging>pom</packaging>
21
22   <prerequisites>
23     <maven>3.0</maven>
24   </prerequisites>
25
26   <properties>
27     <groupbasedpolicy.project.version>0.2.0-SNAPSHOT</groupbasedpolicy.project.version>
28   </properties>
29
30   <dependencies>
31     <dependency>
32       <!-- scope is compile so all features (there is only one) are installed 
33         into startup.properties and the feature repo itself is not installed -->
34       <groupId>org.apache.karaf.features</groupId>
35       <artifactId>framework</artifactId>
36       <type>kar</type>
37     </dependency>
38
39     <!-- Project local feautures -->
40     <dependency>
41       <groupId>org.opendaylight.groupbasedpolicy</groupId>
42       <artifactId>features-groupbasedpolicy</artifactId>
43       <version>${groupbasedpolicy.project.version}</version>
44       <classifier>features</classifier>
45       <type>xml</type>
46       <scope>runtime</scope>
47     </dependency>
48   </dependencies>
49   <scm>
50     <connection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</connection>
51     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</developerConnection>
52     <tag>HEAD</tag>
53     <url>https://git.opendaylight.org/gerrit/gitweb?p=groupbasedpolicy.git;a=summary</url>
54   </scm>
55 </project>