Bump versions by 0.1.0 for next dev cycle
[netvirt.git] / openstack / net-virt-providers / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (C) 2014 Red Hat, 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"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12   <parent>
13     <groupId>org.opendaylight.controller</groupId>
14     <artifactId>config-parent</artifactId>
15     <version>0.6.0-SNAPSHOT</version>
16     <relativePath/>
17   </parent>
18   <modelVersion>4.0.0</modelVersion>
19
20   <groupId>org.opendaylight.netvirt</groupId>
21   <artifactId>openstack.net-virt-providers</artifactId>
22   <version>1.4.0-SNAPSHOT</version>
23   <packaging>bundle</packaging>
24   <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>
25   <licenses>
26     <license>
27       <name>Eclipse Public License v1.0</name>
28       <url>http://www.eclipse.org/legal/epl-v10.html</url>
29     </license>
30   </licenses>
31   <developers>
32     <developer>
33       <name>Sam Hague</name>
34       <email>shague@gmail.com</email>
35       <url>https://github.com/shague</url>
36     </developer>
37   </developers>
38   <scm>
39     <connection>scm:git:ssh://git.opendaylight.org:29418/netvirt.git</connection>
40     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/netvirt.git</developerConnection>
41     <tag>HEAD</tag>
42     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
43   </scm>
44
45   <properties>
46     <liblldp.version>0.12.0-SNAPSHOT</liblldp.version>
47     <openflowplugin.version>0.4.0-SNAPSHOT</openflowplugin.version>
48     <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
49     <sonar.jacoco.itReportPath>../net-virt-it/target/jacoco-it.exec</sonar.jacoco.itReportPath>
50   </properties>
51
52   <dependencies>
53     <dependency>
54       <groupId>org.opendaylight.netvirt</groupId>
55       <artifactId>openstack.net-virt</artifactId>
56       <version>${project.version}</version>
57     </dependency>
58     <dependency>
59       <groupId>org.opendaylight.netvirt</groupId>
60       <artifactId>utils.mdsal-openflow</artifactId>
61       <version>${project.version}</version>
62     </dependency>
63     <dependency>
64       <groupId>org.opendaylight.ovsdb</groupId>
65       <artifactId>southbound-api</artifactId>
66       <version>${ovsdb.version}</version>
67     </dependency>
68     <dependency>
69       <groupId>org.opendaylight.netvirt</groupId>
70       <artifactId>utils.servicehelper</artifactId>
71       <version>${project.version}</version>
72     </dependency>
73     <dependency>
74       <groupId>org.opendaylight.openflowplugin.model</groupId>
75       <artifactId>model-flow-base</artifactId>
76       <version>${openflowplugin.version}</version>
77     </dependency>
78     <dependency>
79       <groupId>org.opendaylight.openflowplugin.model</groupId>
80       <artifactId>model-flow-service</artifactId>
81       <version>${openflowplugin.version}</version>
82     </dependency>
83     <dependency>
84       <groupId>org.opendaylight.openflowplugin</groupId>
85       <artifactId>openflowjava-extension-nicira</artifactId>
86       <version>${openflowplugin.version}</version>
87     </dependency>
88     <dependency>
89       <groupId>org.opendaylight.openflowplugin</groupId>
90       <artifactId>openflowplugin-extension-nicira</artifactId>
91       <version>${openflowplugin.version}</version>
92     </dependency>
93     <dependency>
94       <groupId>org.opendaylight.openflowplugin</groupId>
95       <artifactId>openflowplugin-api</artifactId>
96       <version>${openflowplugin.version}</version>
97     </dependency>
98     <dependency>
99       <groupId>org.opendaylight.mdsal.model</groupId>
100       <artifactId>ietf-inet-types-2013-07-15</artifactId>
101     </dependency>
102     <dependency>
103       <groupId>org.opendaylight.mdsal.model</groupId>
104       <artifactId>ietf-yang-types-20130715</artifactId>
105     </dependency>
106     <dependency>
107       <groupId>org.opendaylight.mdsal.model</groupId>
108       <artifactId>opendaylight-l2-types</artifactId>
109     </dependency>
110     <dependency>
111       <groupId>org.opendaylight.mdsal.model</groupId>
112       <artifactId>ietf-topology</artifactId>
113     </dependency>
114     <dependency>
115       <groupId>org.opendaylight.controller</groupId>
116       <artifactId>liblldp</artifactId>
117       <version>${liblldp.version}</version>
118     </dependency>
119     <dependency>
120       <groupId>com.google.code.findbugs</groupId>
121       <artifactId>jsr305</artifactId>
122     </dependency>
123     <dependency>
124       <groupId>io.netty</groupId>
125       <artifactId>netty-buffer</artifactId>
126     </dependency>
127     <dependency>
128       <groupId>org.apache.commons</groupId>
129       <artifactId>commons-lang3</artifactId>
130     </dependency>
131     <dependency>
132       <groupId>org.codehaus.sonar-plugins.java</groupId>
133       <artifactId>sonar-jacoco-listeners</artifactId>
134       <version>${sonar-jacoco-listeners.version}</version>
135       <scope>test</scope>
136     </dependency>
137     <dependency>
138       <groupId>org.slf4j</groupId>
139       <artifactId>slf4j-simple</artifactId>
140       <scope>test</scope>
141     </dependency>
142     <dependency>
143       <groupId>org.mockito</groupId>
144       <artifactId>mockito-core</artifactId>
145       <scope>test</scope>
146     </dependency>
147     <dependency>
148       <groupId>org.powermock</groupId>
149       <artifactId>powermock-core</artifactId>
150       <scope>test</scope>
151     </dependency>
152     <dependency>
153       <groupId>org.powermock</groupId>
154       <artifactId>powermock-module-junit4</artifactId>
155       <scope>test</scope>
156     </dependency>
157     <dependency>
158       <groupId>org.powermock</groupId>
159       <artifactId>powermock-api-mockito</artifactId>
160       <scope>test</scope>
161     </dependency>
162     <dependency>
163       <groupId>org.powermock</groupId>
164       <artifactId>powermock-api-support</artifactId>
165       <scope>test</scope>
166     </dependency>
167     <dependency>
168       <groupId>org.powermock</groupId>
169       <artifactId>powermock-reflect</artifactId>
170       <scope>test</scope>
171     </dependency>
172     <dependency>
173       <groupId>junit</groupId>
174       <artifactId>junit</artifactId>
175       <scope>test</scope>
176     </dependency>
177   </dependencies>
178
179   <build>
180     <plugins>
181       <plugin>
182         <groupId>org.apache.felix</groupId>
183         <artifactId>maven-bundle-plugin</artifactId>
184         <extensions>true</extensions>
185         <configuration>
186           <instructions>
187             <Embed-Dependency>utils.config,utils.mdsal-openflow;type=!pom;inline=false</Embed-Dependency>
188             <Embed-Transitive>true</Embed-Transitive>
189             <Export-Package>
190               org.opendaylight.netvirt.openstack.netvirt.providers,
191               org.opendaylight.netvirt.openstack.netvirt.providers.openflow13,
192               org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.netvirt.providers.config.rev160109
193             </Export-Package>
194           </instructions>
195         </configuration>
196       </plugin>
197       <plugin>
198         <groupId>org.apache.maven.plugins</groupId>
199         <artifactId>maven-surefire-plugin</artifactId>
200         <configuration>
201          <excludes>
202             <exclude>**/services/*Test.java</exclude>
203           </excludes>
204           <properties>
205             <property>
206               <name>listener</name>
207               <value>org.sonar.java.jacoco.JUnitListener</value>
208             </property>
209           </properties>
210         </configuration>
211       </plugin>
212       <plugin>
213         <groupId>org.jacoco</groupId>
214         <artifactId>jacoco-maven-plugin</artifactId>
215         <executions>
216           <execution>
217             <id>default-instrument</id>
218             <goals>
219               <goal>instrument</goal>
220             </goals>
221           </execution>
222           <execution>
223             <id>default-restore-instrumented-classes</id>
224             <goals>
225               <goal>restore-instrumented-classes</goal>
226             </goals>
227           </execution>
228         </executions>
229       </plugin>
230     </plugins>
231   </build>
232
233   <!--
234       Maven Site Configuration
235
236       The following configuration is necessary for maven-site-plugin to
237       correctly identify the correct deployment path for OpenDaylight Maven
238       sites.
239   -->
240   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
241
242   <distributionManagement>
243     <site>
244       <id>opendaylight-site</id>
245       <url>${nexus.site.url}/${project.artifactId}/</url>
246     </site>
247   </distributionManagement>
248 </project>