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