Merge "getNode fails when id contains |"
[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
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>com.google.code.gson</groupId>
119       <artifactId>gson</artifactId>
120       <scope>compile</scope>
121     </dependency>
122     <dependency>
123       <groupId>orbit</groupId>
124       <artifactId>org.apache.catalina</artifactId>
125       <version>7.0.53.v201406061610</version>
126     </dependency>
127     <dependency>
128       <groupId>orbit</groupId>
129       <artifactId>org.apache.catalina.ha</artifactId>
130       <version>7.0.53.v201406070630</version>
131     </dependency>
132     <dependency>
133       <groupId>orbit</groupId>
134       <artifactId>org.apache.catalina.tribes</artifactId>
135       <version>7.0.53.v201406070630</version>
136     </dependency>
137     <dependency>
138       <groupId>orbit</groupId>
139       <artifactId>org.apache.coyote</artifactId>
140       <version>7.0.53.v201406070630</version>
141     </dependency>
142     <dependency>
143       <groupId>orbit</groupId>
144       <artifactId>org.apache.el</artifactId>
145       <version>7.0.53.v201406060720</version>
146     </dependency>
147     <dependency>
148       <groupId>orbit</groupId>
149       <artifactId>org.apache.jasper</artifactId>
150       <version>7.0.53.v201406070630</version>
151     </dependency>
152     <dependency>
153       <groupId>orbit</groupId>
154       <artifactId>org.apache.juli.extras</artifactId>
155       <version>7.0.53.v201406060720</version>
156     </dependency>
157     <dependency>
158       <groupId>orbit</groupId>
159       <artifactId>org.apache.tomcat.api</artifactId>
160       <version>7.0.53.v201406060720</version>
161     </dependency>
162     <dependency>
163       <groupId>orbit</groupId>
164       <artifactId>org.apache.tomcat.util</artifactId>
165       <version>7.0.53.v201406070630</version>
166     </dependency>
167   </dependencies>
168   <build>
169     <resources>
170       <resource>
171         <filtering>true</filtering>
172         <directory>src/main/resources</directory>
173       </resource>
174     </resources>
175     <plugins>
176       <plugin>
177         <groupId>org.codehaus.mojo</groupId>
178         <artifactId>build-helper-maven-plugin</artifactId>
179         <executions>
180           <execution>
181             <id>attach-artifacts</id>
182             <goals>
183               <goal>attach-artifact</goal>
184             </goals>
185             <phase>package</phase>
186             <configuration>
187               <artifacts>
188                 <artifact>
189                   <file>${project.build.directory}/classes/${features.file}</file>
190                   <type>xml</type>
191                   <classifier>features</classifier>
192                 </artifact>
193               </artifacts>
194             </configuration>
195           </execution>
196         </executions>
197       </plugin>
198       <plugin>
199         <groupId>org.apache.maven.plugins</groupId>
200         <artifactId>maven-surefire-plugin</artifactId>
201         <configuration>
202           <skip>${skip.karaf}</skip>
203           <systemPropertyVariables>
204             <karaf.distro.groupId>org.opendaylight.controller</karaf.distro.groupId>
205             <karaf.distro.artifactId>opendaylight-karaf-empty</karaf.distro.artifactId>
206             <karaf.distro.version>1.5.0-SNAPSHOT</karaf.distro.version>
207           </systemPropertyVariables>
208           <dependenciesToScan>
209            <dependency>org.opendaylight.odlparent:features-test</dependency>
210           </dependenciesToScan>
211         </configuration>
212       </plugin>
213     </plugins>
214   </build>
215   <scm>
216     <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
217     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
218     <tag>HEAD</tag>
219     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
220    </scm>
221 </project>