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