Add working integration-test
[ovsdb.git] / features / ovsdb / 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.ovsdb</groupId>
16     <artifactId>commons</artifactId>
17     <version>1.3.0-SNAPSHOT</version>
18     <relativePath>../../commons/parent</relativePath>
19   </parent>
20
21   <artifactId>features-ovsdb</artifactId>
22   <version>1.1.0-SNAPSHOT</version>
23   <packaging>jar</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   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
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/ovsdb.git</connection>
41     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
42     <tag>HEAD</tag>
43     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
44   </scm>
45
46   <properties>
47     <features.file>features.xml</features.file>
48   </properties>
49
50   <dependencyManagement>
51     <dependencies>
52       <!-- project specific dependencies -->
53       <dependency>
54         <groupId>org.opendaylight.yangtools</groupId>
55         <artifactId>yangtools-artifacts</artifactId>
56         <version>${yangtools.version}</version>
57         <type>pom</type>
58         <scope>import</scope>
59       </dependency>
60       <dependency>
61         <groupId>org.opendaylight.controller</groupId>
62         <artifactId>mdsal-artifacts</artifactId>
63         <version>${mdsal.version}</version>
64         <type>pom</type>
65         <scope>import</scope>
66       </dependency>
67     </dependencies>
68   </dependencyManagement>
69   <dependencies>
70     <dependency>
71       <groupId>org.opendaylight.controller</groupId>
72       <artifactId>features-base</artifactId>
73       <version>${odl.karaf.base.version}</version>
74       <classifier>features</classifier>
75       <type>xml</type>
76     </dependency>
77     <dependency>
78       <groupId>org.opendaylight.controller</groupId>
79       <artifactId>features-adsal</artifactId>
80       <version>${sal.version}</version>
81       <classifier>features</classifier>
82       <type>xml</type>
83     </dependency>
84     <dependency>
85       <groupId>org.opendaylight.controller</groupId>
86       <artifactId>features-nsf</artifactId>
87       <version>${nsf.version}</version>
88       <classifier>features</classifier>
89       <type>xml</type>
90     </dependency>
91       <dependency>
92           <groupId>org.opendaylight.neutron</groupId>
93           <artifactId>features-neutron</artifactId>
94           <version>${networkconfig.neutron.version}</version>
95           <classifier>features</classifier>
96           <type>xml</type>
97       </dependency>
98     <dependency>
99       <groupId>org.opendaylight.openflowplugin</groupId>
100       <artifactId>features-openflowplugin</artifactId>
101       <version>${openflowplugin.version}</version>
102       <classifier>features</classifier>
103       <type>xml</type>
104     </dependency>
105     <dependency>
106       <groupId>org.opendaylight.openflowplugin</groupId>
107       <artifactId>features-openflowplugin-extension</artifactId>
108       <version>${openflowplugin.version}</version>
109       <classifier>features</classifier>
110       <type>xml</type>
111     </dependency>
112     <dependency>
113       <groupId>org.opendaylight.odlparent</groupId>
114       <artifactId>features-test</artifactId>
115     </dependency>
116     <dependency>
117       <groupId>org.opendaylight.controller</groupId>
118       <artifactId>opendaylight-karaf-empty</artifactId>
119       <type>zip</type>
120     </dependency>
121     <dependency>
122       <groupId>org.opendaylight.ovsdb</groupId>
123       <artifactId>library</artifactId>
124     </dependency>
125     <dependency>
126       <groupId>org.opendaylight.ovsdb</groupId>
127       <artifactId>northbound</artifactId>
128     </dependency>
129     <dependency>
130       <groupId>org.opendaylight.ovsdb</groupId>
131       <artifactId>openstack.net-virt</artifactId>
132     </dependency>
133     <dependency>
134       <groupId>org.opendaylight.ovsdb</groupId>
135       <artifactId>openstack.net-virt-providers</artifactId>
136     </dependency>
137     <dependency>
138       <groupId>org.opendaylight.ovsdb</groupId>
139       <artifactId>plugin</artifactId>
140     </dependency>
141     <dependency>
142       <groupId>org.opendaylight.ovsdb</groupId>
143       <artifactId>ovsdb-plugin-compatibility-layer</artifactId>
144     </dependency>
145     <dependency>
146       <groupId>org.opendaylight.ovsdb</groupId>
147       <artifactId>plugin-shell</artifactId>
148     </dependency>
149     <dependency>
150       <groupId>org.opendaylight.ovsdb</groupId>
151       <artifactId>schema.openvswitch</artifactId>
152     </dependency>
153     <dependency>
154       <groupId>org.opendaylight.ovsdb</groupId>
155       <artifactId>schema.hardwarevtep</artifactId>
156     </dependency>
157     <dependency>
158       <groupId>org.opendaylight.ovsdb</groupId>
159       <artifactId>utils.servicehelper</artifactId>
160     </dependency>
161     <dependency>
162       <groupId>com.google.code.gson</groupId>
163       <artifactId>gson</artifactId>
164       <scope>compile</scope>
165     </dependency>
166     <dependency>
167       <groupId>orbit</groupId>
168       <artifactId>org.apache.catalina</artifactId>
169       <version>7.0.53.v201406061610</version>
170     </dependency>
171     <dependency>
172       <groupId>orbit</groupId>
173       <artifactId>org.apache.catalina.ha</artifactId>
174       <version>7.0.53.v201406070630</version>
175     </dependency>
176     <dependency>
177       <groupId>orbit</groupId>
178       <artifactId>org.apache.catalina.tribes</artifactId>
179       <version>7.0.53.v201406070630</version>
180     </dependency>
181     <dependency>
182       <groupId>orbit</groupId>
183       <artifactId>org.apache.coyote</artifactId>
184       <version>7.0.53.v201406070630</version>
185     </dependency>
186     <dependency>
187       <groupId>orbit</groupId>
188       <artifactId>org.apache.el</artifactId>
189       <version>7.0.53.v201406060720</version>
190     </dependency>
191     <dependency>
192       <groupId>orbit</groupId>
193       <artifactId>org.apache.jasper</artifactId>
194       <version>7.0.53.v201406070630</version>
195     </dependency>
196     <dependency>
197       <groupId>orbit</groupId>
198       <artifactId>org.apache.juli.extras</artifactId>
199       <version>7.0.53.v201406060720</version>
200     </dependency>
201     <dependency>
202       <groupId>orbit</groupId>
203       <artifactId>org.apache.tomcat.api</artifactId>
204       <version>7.0.53.v201406060720</version>
205     </dependency>
206     <dependency>
207       <groupId>orbit</groupId>
208       <artifactId>org.apache.tomcat.util</artifactId>
209       <version>7.0.53.v201406070630</version>
210     </dependency>
211     <dependency>
212       <groupId>org.opendaylight.yangtools</groupId>
213       <artifactId>features-yangtools</artifactId>
214       <type>xml</type>
215       <classifier>features</classifier>
216     </dependency>
217     <dependency>
218       <groupId>org.opendaylight.controller</groupId>
219       <artifactId>features-mdsal</artifactId>
220       <type>xml</type>
221       <classifier>features</classifier>
222     </dependency>
223     <dependency>
224       <groupId>org.opendaylight.controller</groupId>
225       <artifactId>features-restconf</artifactId>
226       <type>xml</type>
227       <classifier>features</classifier>
228     </dependency>
229     <dependency>
230       <groupId>${project.groupId}</groupId>
231       <artifactId>southbound-features</artifactId>
232       <version>${project.version}</version>
233     </dependency>
234     <dependency>
235       <groupId>${project.groupId}</groupId>
236       <artifactId>southbound-impl</artifactId>
237       <version>${project.version}</version>
238     </dependency>
239     <dependency>
240       <groupId>${project.groupId}</groupId>
241       <artifactId>southbound-impl</artifactId>
242       <version>${project.version}</version>
243       <type>xml</type>
244       <classifier>config</classifier>
245     </dependency>
246     <dependency>
247       <groupId>${project.groupId}</groupId>
248       <artifactId>southbound-api</artifactId>
249       <version>${project.version}</version>
250     </dependency>
251   </dependencies>
252   <build>
253     <resources>
254       <resource>
255         <filtering>true</filtering>
256         <directory>src/main/resources</directory>
257       </resource>
258     </resources>
259     <plugins>
260       <plugin>
261         <groupId>org.codehaus.mojo</groupId>
262         <artifactId>build-helper-maven-plugin</artifactId>
263         <executions>
264           <execution>
265             <id>attach-artifacts</id>
266             <goals>
267               <goal>attach-artifact</goal>
268             </goals>
269             <phase>package</phase>
270             <configuration>
271               <artifacts>
272                 <artifact>
273                   <file>${project.build.directory}/classes/${features.file}</file>
274                   <type>xml</type>
275                   <classifier>features</classifier>
276                 </artifact>
277               </artifacts>
278             </configuration>
279           </execution>
280         </executions>
281       </plugin>
282       <plugin>
283         <groupId>org.apache.maven.plugins</groupId>
284         <artifactId>maven-surefire-plugin</artifactId>
285         <configuration>
286           <skip>${skip.karaf.featureTest}</skip>
287           <systemPropertyVariables>
288             <karaf.distro.groupId>org.opendaylight.controller</karaf.distro.groupId>
289             <karaf.distro.artifactId>opendaylight-karaf-empty</karaf.distro.artifactId>
290             <karaf.distro.version>1.5.0-SNAPSHOT</karaf.distro.version>
291           </systemPropertyVariables>
292           <dependenciesToScan>
293            <dependency>org.opendaylight.odlparent:features-test</dependency>
294           </dependenciesToScan>
295         </configuration>
296       </plugin>
297     </plugins>
298   </build>
299 </project>