574ba285e43eee5a905d4a8e70400feba7497504
[netvirt.git] / vpnservice / it / feature / it-features / 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>2.0.2</version>
13     <relativePath/>
14   </parent>
15   <groupId>org.opendaylight.netvirt</groupId>
16   <artifactId>it-features</artifactId>
17   <version>0.5.0-SNAPSHOT</version>
18   <name>ODL :: netvirt :: ${project.artifactId}</name>
19   <modelVersion>4.0.0</modelVersion>
20   <properties>
21     <ovsdb.version>1.5.0-SNAPSHOT</ovsdb.version>
22     <skip.karaf.featureTest>true</skip.karaf.featureTest>
23   </properties>
24   <dependencies>
25     <dependency>
26       <groupId>${project.groupId}</groupId>
27       <artifactId>vpnservice-features</artifactId>
28       <classifier>features</classifier>
29       <version>${project.version}</version>
30       <type>xml</type>
31       <scope>runtime</scope>
32     </dependency>
33     <dependency>
34       <groupId>org.opendaylight.ovsdb</groupId>
35       <artifactId>utils.mdsal-utils</artifactId>
36       <version>${ovsdb.version}</version>
37     </dependency>
38     <dependency>
39       <groupId>org.opendaylight.ovsdb</groupId>
40       <artifactId>utils.ovsdb-it-utils</artifactId>
41       <version>${ovsdb.version}</version>
42     </dependency>
43     <dependency>
44       <groupId>org.opendaylight.ovsdb</groupId>
45       <artifactId>utils.southbound-utils</artifactId>
46       <version>${ovsdb.version}</version>
47     </dependency>
48   </dependencies>
49
50   <!--
51       Maven Site Configuration
52
53       The following configuration is necessary for maven-site-plugin to
54       correctly identify the correct deployment path for OpenDaylight Maven
55       sites.
56   -->
57   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
58
59   <distributionManagement>
60     <site>
61       <id>opendaylight-site</id>
62       <url>${nexus.site.url}/${project.artifactId}/</url>
63     </site>
64   </distributionManagement>
65 </project>