0e77560b7f840d07c8876f7867227de2b96ac1e6
[ovsdb.git] / hwvtepsouthbound / hwvtepsouthbound-it / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright © 2015, 2016 Ericsson India Global Services Pvt Ltd. 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
11   <parent>
12     <groupId>org.opendaylight.ovsdb</groupId>
13     <artifactId>it</artifactId>
14     <version>1.9.4-SNAPSHOT</version>
15     <relativePath>../../commons/it</relativePath>
16   </parent>
17
18   <modelVersion>4.0.0</modelVersion>
19   <groupId>org.opendaylight.ovsdb</groupId>
20   <artifactId>hwvtepsouthbound-it</artifactId>
21   <version>1.9.4-SNAPSHOT</version>
22   <packaging>jar</packaging>
23   <!-- <name> formatting is used by autorelease to parse and notify projects on
24        build failure. Please do not modify this unless you have a good reason. -->
25   <name>ODL :: ovsdb :: ${project.artifactId}</name>
26   <properties>
27     <controller.mdsal.version>1.10.4-SNAPSHOT</controller.mdsal.version>
28   </properties>
29
30   <dependencyManagement>
31     <dependencies>
32       <dependency>
33         <groupId>${project.groupId}</groupId>
34         <artifactId>hwvtepsouthbound-artifacts</artifactId>
35         <version>${project.version}</version>
36         <type>pom</type>
37         <scope>import</scope>
38       </dependency>
39       <dependency>
40         <groupId>org.opendaylight.controller</groupId>
41         <artifactId>mdsal-artifacts</artifactId>
42         <version>${controller.mdsal.version}</version>
43         <type>pom</type>
44         <scope>import</scope>
45       </dependency>
46     </dependencies>
47   </dependencyManagement>
48
49   <dependencies>
50     <dependency>
51       <groupId>${project.groupId}</groupId>
52       <artifactId>hwvtepsouthbound-features</artifactId>
53       <classifier>features</classifier>
54       <type>xml</type>
55     </dependency>
56     <dependency>
57       <groupId>org.opendaylight.controller</groupId>
58       <artifactId>sal-binding-api</artifactId>
59     </dependency>
60     <dependency>
61       <groupId>org.opendaylight.controller</groupId>
62       <artifactId>sal-common-api</artifactId>
63     </dependency>
64     <dependency>
65       <groupId>${project.groupId}</groupId>
66       <artifactId>utils.hwvtepsouthbound-utils</artifactId>
67       <version>${project.version}</version>
68     </dependency>
69     <!-- Dependencies for pax exam karaf container -->
70     <dependency>
71       <groupId>org.ops4j.pax.exam</groupId>
72       <artifactId>pax-exam-container-karaf</artifactId>
73       <scope>compile</scope>
74     </dependency>
75     <dependency>
76       <groupId>org.ops4j.pax.exam</groupId>
77       <artifactId>pax-exam-junit4</artifactId>
78       <scope>compile</scope>
79     </dependency>
80     <dependency>
81       <groupId>org.ops4j.pax.exam</groupId>
82       <artifactId>pax-exam</artifactId>
83       <scope>compile</scope>
84     </dependency>
85     <dependency>
86       <groupId>org.ops4j.pax.url</groupId>
87       <artifactId>pax-url-aether</artifactId>
88       <scope>compile</scope>
89     </dependency>
90     <dependency>
91       <groupId>javax.inject</groupId>
92       <artifactId>javax.inject</artifactId>
93       <version>1</version>
94       <scope>compile</scope>
95     </dependency>
96     <dependency>
97       <groupId>org.apache.karaf.features</groupId>
98       <artifactId>org.apache.karaf.features.core</artifactId>
99       <scope>compile</scope>
100     </dependency>
101     <dependency>
102       <groupId>org.osgi</groupId>
103       <artifactId>org.osgi.core</artifactId>
104       <scope>compile</scope>
105     </dependency>
106     <dependency>
107       <groupId>junit</groupId>
108       <artifactId>junit</artifactId>
109       <scope>compile</scope>
110     </dependency>
111     <dependency>
112       <groupId>org.slf4j</groupId>
113       <artifactId>slf4j-simple</artifactId>
114       <scope>test</scope>
115     </dependency>
116     <dependency>
117       <groupId>org.sonarsource.java</groupId>
118       <artifactId>sonar-jacoco-listeners</artifactId>
119       <scope>test</scope>
120     </dependency>
121     <!-- AbstractConfigTestBase::getKarafDistro() needs this to find its version -->
122     <dependency>
123       <groupId>org.opendaylight.ovsdb</groupId>
124       <artifactId>hwvtepsouthbound-karaf</artifactId>
125       <version>${project.version}</version>
126       <type>tar.gz</type>
127       <scope>test</scope>
128     </dependency>
129   </dependencies>
130   <build>
131     <plugins>
132       <plugin>
133         <groupId>org.jacoco</groupId>
134         <artifactId>jacoco-maven-plugin</artifactId>
135       </plugin>
136       <plugin>
137         <groupId>org.apache.maven.plugins</groupId>
138         <artifactId>maven-failsafe-plugin</artifactId>
139         <configuration>
140           <excludes>
141             <!--<exclude>**/HwvtepSouthboundIT.java</exclude>-->
142           </excludes>
143         </configuration>
144       </plugin>
145       <!-- Needed if you use versionAsInProject() -->
146       <plugin>
147         <groupId>org.apache.servicemix.tooling</groupId>
148         <artifactId>depends-maven-plugin</artifactId>
149         <executions>
150           <execution>
151             <id>generate-depends-file</id>
152             <goals>
153               <goal>generate-depends-file</goal>
154             </goals>
155           </execution>
156         </executions>
157       </plugin>
158     </plugins>
159   </build>
160
161   <!--
162       Maven Site Configuration
163
164       The following configuration is necessary for maven-site-plugin to
165       correctly identify the correct deployment path for OpenDaylight Maven
166       sites.
167   -->
168   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
169
170   <distributionManagement>
171     <site>
172       <id>opendaylight-site</id>
173       <url>${nexus.site.url}/${project.artifactId}/</url>
174     </site>
175   </distributionManagement>
176 </project>