f88ad54783df63afd69be9ac601b3ecae45de0be
[netvirt.git] / vpnservice / it / feature / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 - 2016 Ericsson India Global Services Pvt Ltd. 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
7 -->
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">
9   <parent>
10     <groupId>org.opendaylight.odlparent</groupId>
11     <artifactId>features-parent</artifactId>
12     <version>1.8.0-SNAPSHOT</version>
13     <relativePath/>
14   </parent>
15   <groupId>org.opendaylight.netvirt</groupId>
16   <artifactId>it-features</artifactId>
17   <version>0.4.0-SNAPSHOT</version>
18   <name>${project.artifactId}</name>
19   <modelVersion>4.0.0</modelVersion>
20   <prerequisites>
21     <maven>3.1.1</maven>
22   </prerequisites>
23   <properties>
24     <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
25     <skip.karaf.featureTest>true</skip.karaf.featureTest>
26   </properties>
27   <dependencies>
28     <dependency>
29       <groupId>org.opendaylight.netvirt</groupId>
30       <artifactId>vpnservice-features</artifactId>
31       <classifier>features</classifier>
32       <version>${project.version}</version>
33       <type>xml</type>
34       <scope>runtime</scope>
35     </dependency>
36     <dependency>
37       <groupId>org.opendaylight.netvirt</groupId>
38       <artifactId>utils.mdsal-utils</artifactId>
39       <version>${ovsdb.version}</version>
40     </dependency>
41     <dependency>
42       <groupId>org.opendaylight.ovsdb</groupId>
43       <artifactId>utils.ovsdb-it-utils</artifactId>
44       <version>${ovsdb.version}</version>
45     </dependency>
46     <dependency>
47       <groupId>org.opendaylight.ovsdb</groupId>
48       <artifactId>utils.southbound-utils</artifactId>
49       <version>${ovsdb.version}</version>
50     </dependency>
51   </dependencies>
52
53   <!--
54       Maven Site Configuration
55
56       The following configuration is necessary for maven-site-plugin to
57       correctly identify the correct deployment path for OpenDaylight Maven
58       sites.
59   -->
60   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
61
62   <distributionManagement>
63     <site>
64       <id>opendaylight-site</id>
65       <url>${nexus.site.url}/${project.artifactId}/</url>
66     </site>
67   </distributionManagement>
68 </project>