1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright (C) 2014 Red Hat, Inc. and others. All rights reserved.
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
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>
15 <groupId>org.opendaylight.odlparent</groupId>
16 <artifactId>odlparent-lite</artifactId>
17 <version>1.6.0-SNAPSHOT</version>
21 <groupId>org.opendaylight.ovsdb</groupId>
22 <artifactId>ovsdb</artifactId>
23 <version>1.2.1-SNAPSHOT</version>
24 <name>${project.artifactId}</name> <!-- Used by Sonar to set project name -->
25 <packaging>pom</packaging>
26 <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
27 <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
30 <name>Eclipse Public License v1.0</name>
31 <url>http://www.eclipse.org/legal/epl-v10.html</url>
36 <name>Sam Hague</name>
37 <email>shague@gmail.com</email>
38 <url>https://github.com/shague</url>
42 <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
43 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
45 <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
53 <!-- Parent POM files -->
54 <module>commons</module>
56 <module>library</module>
58 <module>features</module>
59 <module>karaf</module>
60 <!-- OVSDB Components -->
61 <module>southbound</module>
62 <module>openstack</module>
63 <module>ovsdb-artifacts</module>
64 <module>schemas</module>
65 <module>utils</module>
66 <module>ovsdb-ui</module>
67 <module>hwvtepsouthbound</module>
68 <module>netvirt</module>
71 <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
75 <groupId>org.apache.maven.plugins</groupId>
76 <artifactId>maven-deploy-plugin</artifactId>
82 <groupId>org.apache.maven.plugins</groupId>
83 <artifactId>maven-install-plugin</artifactId>