Add ovsdb-ui bundle
[netvirt.git] / vpnservice / ovsdb-ui / module / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 Inocybe Technologies, and others. All rights reserved.
4
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
8 -->
9 <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     <modelVersion>4.0.0</modelVersion>
11     <parent>
12       <groupId>org.opendaylight.odlparent</groupId>
13       <artifactId>odlparent-lite</artifactId>
14       <version>1.9.0-SNAPSHOT</version>
15       <relativePath/>
16     </parent>
17
18     <groupId>org.opendaylight.netvirt</groupId>
19     <artifactId>ovsdb-ui-module</artifactId>
20     <version>1.5.0-SNAPSHOT</version>
21     <packaging>jar</packaging>
22     <name>ODL :: netvirt :: ${project.artifactId}</name>
23     <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>
24     <licenses>
25         <license>
26             <name>Eclipse Public License v1.0</name>
27             <url>http://www.eclipse.org/legal/epl-v10.html</url>
28         </license>
29     </licenses>
30     <scm>
31         <connection>scm:git:ssh://git.opendaylight.org:29418/netvirt.git</connection>
32         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/netvirt.git</developerConnection>
33         <tag>HEAD</tag>
34         <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
35     </scm>
36
37     <!--
38         Maven Site Configuration
39
40         The following configuration is necessary for maven-site-plugin to
41         correctly identify the correct deployment path for OpenDaylight Maven
42         sites.
43     -->
44     <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
45
46     <distributionManagement>
47         <site>
48             <id>opendaylight-site</id>
49             <url>${nexus.site.url}/${project.artifactId}/</url>
50         </site>
51     </distributionManagement>
52 </project>