Incrementing versions by 0.1.0 for post-lithium master branch
[netvirt.git] / openstack / net-virt / 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   <modelVersion>4.0.0</modelVersion>
13
14   <parent>
15     <groupId>org.opendaylight.controller</groupId>
16     <artifactId>config-parent</artifactId>
17     <version>0.4.0-SNAPSHOT</version>
18     <relativePath/>
19   </parent>
20
21   <groupId>org.opendaylight.ovsdb</groupId>
22   <artifactId>openstack.net-virt</artifactId>
23   <version>1.2.0-SNAPSHOT</version>
24   <packaging>bundle</packaging>
25   <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>
26   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
27   <licenses>
28     <license>
29       <name>Eclipse Public License v1.0</name>
30       <url>http://www.eclipse.org/legal/epl-v10.html</url>
31     </license>
32   </licenses>
33   <developers>
34     <developer>
35       <name>Sam Hague</name>
36       <email>shague@gmail.com</email>
37       <url>https://github.com/shague</url>
38     </developer>
39   </developers>
40   <scm>
41     <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
42     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
43     <tag>HEAD</tag>
44     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
45   </scm>
46
47   <properties>
48     <networkconfig.neutron.version>0.6.0-SNAPSHOT</networkconfig.neutron.version>
49     <ovsdb.utils.config.version>1.2.0-SNAPSHOT</ovsdb.utils.config.version>
50     <ovsdb.utils.servicehelper.version>1.2.0-SNAPSHOT</ovsdb.utils.servicehelper.version>
51     <powermock.version>1.5.2</powermock.version>
52   </properties>
53   <dependencies>
54     <dependency>
55       <groupId>org.apache.commons</groupId>
56       <artifactId>commons-lang3</artifactId>
57     </dependency>
58     <dependency>
59       <groupId>org.apache.felix</groupId>
60       <artifactId>org.apache.felix.dependencymanager</artifactId>
61     </dependency>
62     <dependency>
63       <groupId>org.osgi</groupId>
64       <artifactId>org.osgi.core</artifactId>
65     </dependency>
66     <dependency>
67       <groupId>com.google.guava</groupId>
68       <artifactId>guava</artifactId>
69     </dependency>
70     <dependency>
71       <groupId>org.opendaylight.controller</groupId>
72       <artifactId>config-api</artifactId>
73     </dependency>
74     <dependency>
75       <groupId>org.opendaylight.controller</groupId>
76       <artifactId>sal-binding-api</artifactId>
77     </dependency>
78     <dependency>
79       <groupId>org.opendaylight.controller</groupId>
80       <artifactId>sal-binding-config</artifactId>
81     </dependency>
82     <dependency>
83       <groupId>org.opendaylight.controller</groupId>
84       <artifactId>sal-common-api</artifactId>
85     </dependency>
86     <dependency>
87       <groupId>org.opendaylight.controller</groupId>
88       <artifactId>sal-common-util</artifactId>
89     </dependency>
90     <dependency>
91       <groupId>org.opendaylight.controller</groupId>
92       <artifactId>sal-core-api</artifactId>
93     </dependency>
94     <dependency>
95       <groupId>org.opendaylight.neutron</groupId>
96       <artifactId>neutron-spi</artifactId>
97       <version>${networkconfig.neutron.version}</version>
98     </dependency>
99     <dependency>
100       <groupId>org.opendaylight.ovsdb</groupId>
101       <artifactId>southbound-api</artifactId>
102       <version>1.2.0-SNAPSHOT</version>
103     </dependency>
104     <dependency>
105       <groupId>org.opendaylight.ovsdb</groupId>
106       <artifactId>utils.config</artifactId>
107       <version>${ovsdb.utils.config.version}</version>
108     </dependency>
109     <dependency>
110       <groupId>org.opendaylight.ovsdb</groupId>
111       <artifactId>utils.servicehelper</artifactId>
112       <version>${ovsdb.utils.servicehelper.version}</version>
113     </dependency>
114     <dependency>
115       <groupId>org.opendaylight.yangtools</groupId>
116       <artifactId>yang-common</artifactId>
117     </dependency>
118     <dependency>
119       <groupId>org.opendaylight.yangtools.model</groupId>
120       <artifactId>ietf-inet-types</artifactId>
121     </dependency>
122     <dependency>
123       <groupId>org.opendaylight.yangtools.model</groupId>
124       <artifactId>ietf-topology</artifactId>
125     </dependency>
126     <dependency>
127       <groupId>org.slf4j</groupId>
128       <artifactId>slf4j-api</artifactId>
129     </dependency>
130     <dependency>
131       <groupId>org.mockito</groupId>
132       <artifactId>mockito-core</artifactId>
133       <scope>test</scope>
134     </dependency>
135     <dependency>
136       <groupId>org.powermock</groupId>
137       <artifactId>powermock-core</artifactId>
138       <version>${powermock.version}</version>
139       <scope>test</scope>
140     </dependency>
141     <dependency>
142       <groupId>org.powermock</groupId>
143       <artifactId>powermock-module-junit4</artifactId>
144       <version>${powermock.version}</version>
145       <scope>test</scope>
146     </dependency>
147     <dependency>
148       <groupId>org.powermock</groupId>
149       <artifactId>powermock-api-mockito</artifactId>
150       <version>${powermock.version}</version>
151       <scope>test</scope>
152     </dependency>
153     <dependency>
154       <groupId>junit</groupId>
155       <artifactId>junit</artifactId>
156       <scope>test</scope>
157     </dependency>
158   </dependencies>
159   <build>
160     <plugins>
161       <plugin>
162         <groupId>org.apache.felix</groupId>
163         <artifactId>maven-bundle-plugin</artifactId>
164         <extensions>true</extensions>
165         <configuration>
166           <instructions>
167             <Embed-Dependency>utils.config;type=!pom;inline=false</Embed-Dependency>
168             <Embed-Transitive>true</Embed-Transitive>
169             <Export-Package>
170               org.opendaylight.ovsdb.openstack.netvirt.api,
171               org.opendaylight.ovsdb.openstack.netvirt
172             </Export-Package>
173           </instructions>
174         </configuration>
175       </plugin>
176       <plugin>
177         <groupId>org.apache.maven.plugins</groupId>
178         <artifactId>maven-checkstyle-plugin</artifactId>
179       </plugin>
180       <plugin>
181         <groupId>org.apache.maven.plugins</groupId>
182         <artifactId>maven-failsafe-plugin</artifactId>
183       </plugin>
184       <plugin>
185         <groupId>org.apache.maven.plugins</groupId>
186         <artifactId>maven-surefire-plugin</artifactId>
187       </plugin>
188       <plugin>
189         <groupId>org.jacoco</groupId>
190         <artifactId>jacoco-maven-plugin</artifactId>
191         <executions>
192           <execution>
193             <id>prepare-ut-agent</id>
194             <goals>
195               <goal>prepare-agent</goal>
196             </goals>
197             <configuration>
198               <destFile>${sonar.jacoco.reportPath}</destFile>
199             </configuration>
200           </execution>
201           <execution>
202             <id>prepare-it-agent</id>
203             <goals>
204               <goal>prepare-agent</goal>
205             </goals>
206             <configuration>
207               <destFile>${sonar.jacoco.itReportPath}</destFile>
208             </configuration>
209           </execution>
210           <execution>
211             <id>default-report</id>
212             <goals>
213               <goal>report</goal>
214             </goals>
215           </execution>
216           <execution>
217             <id>default-report-integration</id>
218             <goals>
219               <goal>report-integration</goal>
220             </goals>
221           </execution>
222         </executions>
223       </plugin>
224     </plugins>
225   </build>
226   </project>