1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright © 2015, 2016 Red Hat, Inc. and others. All rights reserved. and others. All rights reserved.
4 This program and the accompanying materials are made available under the
5 terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
8 <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">
10 <groupId>org.opendaylight.odlparent</groupId>
11 <artifactId>karaf4-parent</artifactId>
12 <version>12.0.3</version>
15 <modelVersion>4.0.0</modelVersion>
16 <groupId>org.opendaylight.ovsdb</groupId>
17 <artifactId>library-karaf</artifactId>
18 <version>1.16.0-SNAPSHOT</version>
19 <!-- <name> formatting is used by autorelease to parse and notify projects on
20 build failure. Please do not modify this unless you have a good reason. -->
21 <name>ODL :: ovsdb :: ${project.artifactId}</name>
23 <karaf.localFeature>odl-ovsdb-library</karaf.localFeature>
24 <maven.deploy.skip>true</maven.deploy.skip>
26 <dependencyManagement>
29 <groupId>${project.groupId}</groupId>
30 <artifactId>library-artifacts</artifactId>
31 <version>${project.version}</version>
36 </dependencyManagement>
39 <!-- scope is compile so all features (there is only one) are installed
40 into startup.properties and the feature repo itself is not installed -->
41 <groupId>org.apache.karaf.features</groupId>
42 <artifactId>framework</artifactId>
47 <groupId>${project.groupId}</groupId>
48 <artifactId>library-features</artifactId>
49 <classifier>features</classifier>
51 <scope>runtime</scope>
56 Maven Site Configuration
58 The following configuration is necessary for maven-site-plugin to
59 correctly identify the correct deployment path for OpenDaylight Maven
62 <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
64 <distributionManagement>
66 <id>opendaylight-site</id>
67 <url>${nexus.site.url}/${project.artifactId}/</url>
69 </distributionManagement>