Patch to bring us into alignment with skip.karaf.featureTest from odlparent
[netvirt.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
25   <properties>
26     <features.file>features.xml</features.file>
27   </properties>
28
29   <dependencies>
30     <dependency>
31       <groupId>org.opendaylight.controller</groupId>
32       <artifactId>features-base</artifactId>
33       <version>${odl.karaf.base.version}</version>
34       <classifier>features</classifier>
35       <type>xml</type>
36     </dependency>
37     <dependency>
38       <groupId>org.opendaylight.controller</groupId>
39       <artifactId>features-adsal</artifactId>
40       <version>${sal.version}</version>
41       <classifier>features</classifier>
42       <type>xml</type>
43     </dependency>
44     <dependency>
45       <groupId>org.opendaylight.controller</groupId>
46       <artifactId>features-nsf</artifactId>
47       <version>${nsf.version}</version>
48       <classifier>features</classifier>
49       <type>xml</type>
50     </dependency>
51       <dependency>
52           <groupId>org.opendaylight.neutron</groupId>
53           <artifactId>features-neutron</artifactId>
54           <version>${networkconfig.neutron.version}</version>
55           <classifier>features</classifier>
56           <type>xml</type>
57       </dependency>
58     <dependency>
59       <groupId>org.opendaylight.openflowplugin</groupId>
60       <artifactId>features-openflowplugin</artifactId>
61       <version>${openflowplugin.version}</version>
62       <classifier>features</classifier>
63       <type>xml</type>
64     </dependency>
65     <dependency>
66       <groupId>org.opendaylight.openflowplugin</groupId>
67       <artifactId>features-openflowplugin-extension</artifactId>
68       <version>${openflowplugin.version}</version>
69       <classifier>features</classifier>
70       <type>xml</type>
71     </dependency>
72     <dependency>
73       <groupId>org.opendaylight.odlparent</groupId>
74       <artifactId>features-test</artifactId>
75     </dependency>
76     <dependency>
77       <groupId>org.opendaylight.controller</groupId>
78       <artifactId>opendaylight-karaf-empty</artifactId>
79       <type>zip</type>
80     </dependency>
81     <dependency>
82       <groupId>org.opendaylight.ovsdb</groupId>
83       <artifactId>library</artifactId>
84     </dependency>
85     <dependency>
86       <groupId>org.opendaylight.ovsdb</groupId>
87       <artifactId>northbound</artifactId>
88     </dependency>
89     <dependency>
90       <groupId>org.opendaylight.ovsdb</groupId>
91       <artifactId>openstack.net-virt</artifactId>
92     </dependency>
93     <dependency>
94       <groupId>org.opendaylight.ovsdb</groupId>
95       <artifactId>openstack.net-virt-providers</artifactId>
96     </dependency>
97     <dependency>
98       <groupId>org.opendaylight.ovsdb</groupId>
99       <artifactId>plugin</artifactId>
100     </dependency>
101     <dependency>
102       <groupId>org.opendaylight.ovsdb</groupId>
103       <artifactId>ovsdb-plugin-compatibility-layer</artifactId>
104     </dependency>
105     <dependency>
106       <groupId>org.opendaylight.ovsdb</groupId>
107       <artifactId>plugin-shell</artifactId>
108     </dependency>
109     <dependency>
110       <groupId>org.opendaylight.ovsdb</groupId>
111       <artifactId>schema.openvswitch</artifactId>
112     </dependency>
113     <dependency>
114       <groupId>org.opendaylight.ovsdb</groupId>
115       <artifactId>schema.hardwarevtep</artifactId>
116     </dependency>
117     <dependency>
118       <groupId>org.opendaylight.ovsdb</groupId>
119       <artifactId>utils.servicehelper</artifactId>
120     </dependency>
121     <dependency>
122       <groupId>com.google.code.gson</groupId>
123       <artifactId>gson</artifactId>
124       <scope>compile</scope>
125     </dependency>
126     <dependency>
127       <groupId>orbit</groupId>
128       <artifactId>org.apache.catalina</artifactId>
129       <version>7.0.53.v201406061610</version>
130     </dependency>
131     <dependency>
132       <groupId>orbit</groupId>
133       <artifactId>org.apache.catalina.ha</artifactId>
134       <version>7.0.53.v201406070630</version>
135     </dependency>
136     <dependency>
137       <groupId>orbit</groupId>
138       <artifactId>org.apache.catalina.tribes</artifactId>
139       <version>7.0.53.v201406070630</version>
140     </dependency>
141     <dependency>
142       <groupId>orbit</groupId>
143       <artifactId>org.apache.coyote</artifactId>
144       <version>7.0.53.v201406070630</version>
145     </dependency>
146     <dependency>
147       <groupId>orbit</groupId>
148       <artifactId>org.apache.el</artifactId>
149       <version>7.0.53.v201406060720</version>
150     </dependency>
151     <dependency>
152       <groupId>orbit</groupId>
153       <artifactId>org.apache.jasper</artifactId>
154       <version>7.0.53.v201406070630</version>
155     </dependency>
156     <dependency>
157       <groupId>orbit</groupId>
158       <artifactId>org.apache.juli.extras</artifactId>
159       <version>7.0.53.v201406060720</version>
160     </dependency>
161     <dependency>
162       <groupId>orbit</groupId>
163       <artifactId>org.apache.tomcat.api</artifactId>
164       <version>7.0.53.v201406060720</version>
165     </dependency>
166     <dependency>
167       <groupId>orbit</groupId>
168       <artifactId>org.apache.tomcat.util</artifactId>
169       <version>7.0.53.v201406070630</version>
170     </dependency>
171   </dependencies>
172   <build>
173     <resources>
174       <resource>
175         <filtering>true</filtering>
176         <directory>src/main/resources</directory>
177       </resource>
178     </resources>
179     <plugins>
180       <plugin>
181         <groupId>org.codehaus.mojo</groupId>
182         <artifactId>build-helper-maven-plugin</artifactId>
183         <executions>
184           <execution>
185             <id>attach-artifacts</id>
186             <goals>
187               <goal>attach-artifact</goal>
188             </goals>
189             <phase>package</phase>
190             <configuration>
191               <artifacts>
192                 <artifact>
193                   <file>${project.build.directory}/classes/${features.file}</file>
194                   <type>xml</type>
195                   <classifier>features</classifier>
196                 </artifact>
197               </artifacts>
198             </configuration>
199           </execution>
200         </executions>
201       </plugin>
202       <plugin>
203         <groupId>org.apache.maven.plugins</groupId>
204         <artifactId>maven-surefire-plugin</artifactId>
205         <configuration>
206           <skip>${skip.karaf.featureTest}</skip>
207           <systemPropertyVariables>
208             <karaf.distro.groupId>org.opendaylight.controller</karaf.distro.groupId>
209             <karaf.distro.artifactId>opendaylight-karaf-empty</karaf.distro.artifactId>
210             <karaf.distro.version>1.5.0-SNAPSHOT</karaf.distro.version>
211           </systemPropertyVariables>
212           <dependenciesToScan>
213            <dependency>org.opendaylight.odlparent:features-test</dependency>
214           </dependenciesToScan>
215         </configuration>
216       </plugin>
217     </plugins>
218   </build>
219   <scm>
220     <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
221     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
222     <tag>HEAD</tag>
223     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
224    </scm>
225 </project>