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