BUG-5737: enable OVSDB Maven site
[ovsdb.git] / southbound / southbound-it / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: --><!--
3 Copyright © 2014, 2016 Cisco Systems, Inc. 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.3.0-SNAPSHOT</version>
15     <relativePath>../../commons/it</relativePath>
16   </parent>
17   <modelVersion>4.0.0</modelVersion>
18   <groupId>org.opendaylight.ovsdb</groupId>
19   <artifactId>southbound-it</artifactId>
20   <version>1.3.0-SNAPSHOT</version>
21   <packaging>jar</packaging>
22   <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>
23   <licenses>
24     <license>
25       <name>Eclipse Public License v1.0</name>
26       <url>http://www.eclipse.org/legal/epl-v10.html</url>
27     </license>
28   </licenses>
29   <developers>
30     <developer>
31       <name>Sam Hague</name>
32       <email>shague@gmail.com</email>
33       <url>https://github.com/shague</url>
34     </developer>
35   </developers>
36   <scm>
37     <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
38     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
39     <tag>HEAD</tag>
40     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
41   </scm>
42
43   <properties>
44     <controller.mdsal.version>1.4.0-SNAPSHOT</controller.mdsal.version>
45   </properties>
46
47   <dependencyManagement>
48     <dependencies>
49       <dependency>
50         <groupId>${project.groupId}</groupId>
51         <artifactId>southbound-artifacts</artifactId>
52         <version>${project.version}</version>
53         <type>pom</type>
54         <scope>import</scope>
55       </dependency>
56       <dependency>
57         <groupId>org.opendaylight.controller</groupId>
58         <artifactId>config-artifacts</artifactId>
59         <version>0.5.0-SNAPSHOT</version>
60         <type>pom</type>
61         <scope>import</scope>
62       </dependency>
63       <dependency>
64         <groupId>org.opendaylight.controller</groupId>
65         <artifactId>mdsal-artifacts</artifactId>
66         <version>${controller.mdsal.version}</version>
67         <type>pom</type>
68         <scope>import</scope>
69       </dependency>
70     </dependencies>
71   </dependencyManagement>
72   <dependencies>
73     <dependency>
74       <groupId>org.opendaylight.controller</groupId>
75       <artifactId>sal-binding-api</artifactId>
76     </dependency>
77     <dependency>
78       <groupId>org.opendaylight.controller</groupId>
79       <artifactId>sal-common-api</artifactId>
80     </dependency>
81     <dependency>
82       <groupId>${project.groupId}</groupId>
83       <artifactId>southbound-features</artifactId>
84       <classifier>features</classifier>
85       <type>xml</type>
86     </dependency>
87     <dependency>
88       <groupId>org.opendaylight.controller</groupId>
89       <artifactId>config-util</artifactId>
90     </dependency>
91     <dependency>
92       <groupId>${project.groupId}</groupId>
93       <artifactId>utils.southbound-utils</artifactId>
94       <version>${project.version}</version>
95     </dependency>
96     <!-- Dependencies for pax exam karaf container -->
97     <dependency>
98       <groupId>org.ops4j.pax.exam</groupId>
99       <artifactId>pax-exam-container-karaf</artifactId>
100       <scope>compile</scope>
101     </dependency>
102     <dependency>
103       <groupId>org.ops4j.pax.exam</groupId>
104       <artifactId>pax-exam-junit4</artifactId>
105       <scope>compile</scope>
106     </dependency>
107     <dependency>
108       <groupId>org.ops4j.pax.exam</groupId>
109       <artifactId>pax-exam</artifactId>
110       <scope>compile</scope>
111     </dependency>
112     <dependency>
113       <groupId>org.ops4j.pax.url</groupId>
114       <artifactId>pax-url-aether</artifactId>
115       <scope>compile</scope>
116     </dependency>
117     <dependency>
118       <groupId>javax.inject</groupId>
119       <artifactId>javax.inject</artifactId>
120       <version>1</version>
121       <scope>compile</scope>
122     </dependency>
123     <dependency>
124       <groupId>org.apache.karaf.features</groupId>
125       <artifactId>org.apache.karaf.features.core</artifactId>
126       <version>${karaf.version}</version>
127       <scope>compile</scope>
128     </dependency>
129     <dependency>
130       <groupId>org.osgi</groupId>
131       <artifactId>org.osgi.core</artifactId>
132       <scope>compile</scope>
133     </dependency>
134     <dependency>
135       <groupId>junit</groupId>
136       <artifactId>junit</artifactId>
137       <scope>compile</scope>
138     </dependency>
139     <dependency>
140       <groupId>org.slf4j</groupId>
141       <artifactId>slf4j-simple</artifactId>
142       <scope>test</scope>
143     </dependency>
144     <dependency>
145       <groupId>org.codehaus.sonar-plugins.java</groupId>
146       <artifactId>sonar-jacoco-listeners</artifactId>
147       <scope>test</scope>
148     </dependency>
149     <!-- AbstractConfigTestBase::getKarafDistro() needs this to find its version -->
150     <dependency>
151       <groupId>org.opendaylight.ovsdb</groupId>
152       <artifactId>southbound-karaf</artifactId>
153       <version>${project.version}</version>
154       <scope>test</scope>
155     </dependency>
156   </dependencies>
157   <build>
158     <plugins>
159       <plugin>
160         <groupId>org.jacoco</groupId>
161         <artifactId>jacoco-maven-plugin</artifactId>
162       </plugin>
163       <plugin>
164         <groupId>org.apache.maven.plugins</groupId>
165         <artifactId>maven-failsafe-plugin</artifactId>
166       </plugin>
167       <!-- Needed if you use versionAsInProject() -->
168       <plugin>
169         <groupId>org.apache.servicemix.tooling</groupId>
170         <artifactId>depends-maven-plugin</artifactId>
171         <version>1.2</version>
172         <executions>
173           <execution>
174             <id>generate-depends-file</id>
175             <goals>
176               <goal>generate-depends-file</goal>
177             </goals>
178           </execution>
179         </executions>
180       </plugin>
181       <plugin>
182         <groupId>org.apache.maven.plugins</groupId>
183         <artifactId>maven-checkstyle-plugin</artifactId>
184         <configuration>
185           <failsOnError>true</failsOnError>
186           <includeTestSourceDirectory>true</includeTestSourceDirectory>
187         </configuration>
188       </plugin>
189     </plugins>
190   </build>
191
192   <!--
193       Maven Site Configuration
194
195       The following configuration is necessary for maven-site-plugin to
196       correctly identify the correct deployment path for OpenDaylight Maven
197       sites.
198   -->
199   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
200
201   <distributionManagement>
202     <site>
203       <id>opendaylight-site</id>
204       <url>${nexus.site.url}/${project.artifactId}/</url>
205     </site>
206   </distributionManagement>
207 </project>