Merge "Fix some compiler warnings."
[ovsdb.git] / features / ovsdb / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3   <modelVersion>4.0.0</modelVersion>
4   <parent>
5     <groupId>org.opendaylight.ovsdb</groupId>
6     <artifactId>commons</artifactId>
7     <version>1.3.0-SNAPSHOT</version>
8     <relativePath>../../commons/parent</relativePath>
9   </parent>
10   <artifactId>features-ovsdb</artifactId>
11   <name>OpenDaylight OVSDB Project Karaf Features</name>
12   <version>1.1.0-SNAPSHOT</version>
13   <packaging>jar</packaging>
14   <properties>
15     <features.file>features.xml</features.file>
16   </properties>
17   <dependencies>
18     <dependency>
19       <groupId>org.opendaylight.controller</groupId>
20       <artifactId>features-base</artifactId>
21       <version>${odl.karaf.base.version}</version>
22       <classifier>features</classifier>
23       <type>xml</type>
24     </dependency>
25     <dependency>
26       <groupId>org.opendaylight.controller</groupId>
27       <artifactId>features-adsal</artifactId>
28       <version>${sal.version}</version>
29       <classifier>features</classifier>
30       <type>xml</type>
31     </dependency>
32     <dependency>
33       <groupId>org.opendaylight.controller</groupId>
34       <artifactId>features-adsal-compatibility</artifactId>
35       <version>${odl.karaf.base.version}</version>
36       <classifier>features</classifier>
37       <type>xml</type>
38     </dependency>
39     <dependency>
40       <groupId>org.opendaylight.controller</groupId>
41       <artifactId>features-nsf</artifactId>
42       <version>${nsf.version}</version>
43       <classifier>features</classifier>
44       <type>xml</type>
45     </dependency>
46     <dependency>
47       <groupId>org.opendaylight.ovsdb</groupId>
48       <artifactId>features-openflow-nxm</artifactId>
49       <version>${openflowplugin.version}</version>
50       <classifier>features</classifier>
51       <type>xml</type>
52     </dependency>
53     <dependency>
54       <groupId>org.opendaylight.openflowplugin</groupId>
55       <artifactId>features-openflowplugin</artifactId>
56       <version>${openflowplugin.version}</version>
57       <classifier>features</classifier>
58       <type>xml</type>
59     </dependency>
60     <dependency>
61       <groupId>org.opendaylight.yangtools</groupId>
62       <artifactId>features-test</artifactId>
63     </dependency>
64     <dependency>
65       <groupId>org.opendaylight.controller</groupId>
66       <artifactId>opendaylight-karaf-empty</artifactId>
67       <type>zip</type>
68     </dependency>
69     <dependency>
70       <groupId>org.opendaylight.ovsdb</groupId>
71       <artifactId>library</artifactId>
72     </dependency>
73     <dependency>
74       <groupId>org.opendaylight.ovsdb</groupId>
75       <artifactId>northbound</artifactId>
76     </dependency>
77     <dependency>
78       <groupId>org.opendaylight.ovsdb</groupId>
79       <artifactId>openstack.net-virt</artifactId>
80     </dependency>
81     <dependency>
82       <groupId>org.opendaylight.ovsdb</groupId>
83       <artifactId>openstack.net-virt-providers</artifactId>
84     </dependency>
85     <dependency>
86       <groupId>org.opendaylight.ovsdb</groupId>
87       <artifactId>plugin</artifactId>
88     </dependency>
89     <dependency>
90       <groupId>org.opendaylight.ovsdb</groupId>
91       <artifactId>plugin-shell</artifactId>
92     </dependency>
93     <dependency>
94       <groupId>org.opendaylight.ovsdb</groupId>
95       <artifactId>schema.openvswitch</artifactId>
96     </dependency>
97     <dependency>
98       <groupId>org.opendaylight.ovsdb</groupId>
99       <artifactId>schema.hardwarevtep</artifactId>
100     </dependency>
101     <dependency>
102       <groupId>com.google.code.gson</groupId>
103       <artifactId>gson</artifactId>
104       <scope>compile</scope>
105     </dependency>
106     <dependency>
107       <groupId>orbit</groupId>
108       <artifactId>org.apache.catalina</artifactId>
109       <version>7.0.53.v201406061610</version>
110     </dependency>
111     <dependency>
112       <groupId>orbit</groupId>
113       <artifactId>org.apache.catalina.ha</artifactId>
114       <version>7.0.53.v201406070630</version>
115     </dependency>
116     <dependency>
117       <groupId>orbit</groupId>
118       <artifactId>org.apache.catalina.tribes</artifactId>
119       <version>7.0.53.v201406070630</version>
120     </dependency>
121     <dependency>
122       <groupId>orbit</groupId>
123       <artifactId>org.apache.coyote</artifactId>
124       <version>7.0.53.v201406070630</version>
125     </dependency>
126     <dependency>
127       <groupId>orbit</groupId>
128       <artifactId>org.apache.el</artifactId>
129       <version>7.0.53.v201406060720</version>
130     </dependency>
131     <dependency>
132       <groupId>orbit</groupId>
133       <artifactId>org.apache.jasper</artifactId>
134       <version>7.0.53.v201406070630</version>
135     </dependency>
136     <dependency>
137       <groupId>orbit</groupId>
138       <artifactId>org.apache.juli.extras</artifactId>
139       <version>7.0.53.v201406060720</version>
140     </dependency>
141     <dependency>
142       <groupId>orbit</groupId>
143       <artifactId>org.apache.tomcat.api</artifactId>
144       <version>7.0.53.v201406060720</version>
145     </dependency>
146     <dependency>
147       <groupId>orbit</groupId>
148       <artifactId>org.apache.tomcat.util</artifactId>
149       <version>7.0.53.v201406070630</version>
150     </dependency>
151   </dependencies>
152   <build>
153     <resources>
154       <resource>
155         <filtering>true</filtering>
156         <directory>src/main/resources</directory>
157       </resource>
158     </resources>
159     <plugins>
160       <plugin>
161         <groupId>org.codehaus.mojo</groupId>
162         <artifactId>build-helper-maven-plugin</artifactId>
163         <executions>
164           <execution>
165             <id>attach-artifacts</id>
166             <goals>
167               <goal>attach-artifact</goal>
168             </goals>
169             <phase>package</phase>
170             <configuration>
171               <artifacts>
172                 <artifact>
173                   <file>${project.build.directory}/classes/${features.file}</file>
174                   <type>xml</type>
175                   <classifier>features</classifier>
176                 </artifact>
177               </artifacts>
178             </configuration>
179           </execution>
180         </executions>
181       </plugin>
182       <plugin>
183         <groupId>org.apache.maven.plugins</groupId>
184         <artifactId>maven-surefire-plugin</artifactId>
185         <configuration>
186           <skip>${skip.karaf}</skip>
187           <systemPropertyVariables>
188             <karaf.distro.groupId>org.opendaylight.controller</karaf.distro.groupId>
189             <karaf.distro.artifactId>opendaylight-karaf-empty</karaf.distro.artifactId>
190             <karaf.distro.version>1.5.0-SNAPSHOT</karaf.distro.version>
191           </systemPropertyVariables>
192           <dependenciesToScan>
193            <dependency>org.opendaylight.yangtools:features-test</dependency>
194           </dependenciesToScan>
195         </configuration>
196       </plugin>
197     </plugins>
198   </build>
199   <scm>
200     <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
201     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
202     <tag>HEAD</tag>
203     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
204    </scm>
205 </project>