1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2016 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
7 <modelVersion>4.0.0</modelVersion>
10 <groupId>org.opendaylight.odlparent</groupId>
11 <artifactId>karaf4-parent</artifactId>
12 <version>13.1.3</version>
16 <groupId>org.opendaylight.yangtools</groupId>
17 <artifactId>distribution-karaf</artifactId>
18 <version>13.0.6</version>
19 <packaging>pom</packaging>
21 <!-- DO NOT install or deploy the karaf artifact -->
23 <maven.deploy.skip>true</maven.deploy.skip>
24 <maven.install.skip>true</maven.install.skip>
27 <dependencyManagement>
30 <groupId>org.opendaylight.yangtools</groupId>
31 <artifactId>yangtools-artifacts</artifactId>
32 <version>${project.version}</version>
37 </dependencyManagement>
41 <!-- scope is compile so all features (there is only one) are installed
42 into startup.properties and the feature repo itself is not installed -->
43 <groupId>org.apache.karaf.features</groupId>
44 <artifactId>framework</artifactId>
48 <!-- Project local feautures -->
50 <groupId>org.opendaylight.yangtools</groupId>
51 <artifactId>features-yangtools</artifactId>
52 <classifier>features</classifier>
54 <scope>runtime</scope>
57 <groupId>org.opendaylight.yangtools</groupId>
58 <artifactId>features-yangtools-experimental</artifactId>
59 <classifier>features</classifier>
61 <scope>runtime</scope>
66 <connection>scm:git:ssh://git.opendaylight.org:29418/yangtools.git</connection>
67 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/yangtools.git</developerConnection>
69 <url>https://git.opendaylight.org/gerrit/gitweb?p=yangtools.git;a=summary</url>