Coverage - AbstractRequestCallback.
[openflowplugin.git] / features-li / 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"
3          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4     <modelVersion>4.0.0</modelVersion>
5     <parent>
6         <groupId>org.opendaylight.openflowplugin</groupId>
7         <artifactId>openflowplugin-parent</artifactId>
8         <version>0.2.0-SNAPSHOT</version>
9         <relativePath>../parent</relativePath>
10     </parent>
11     <artifactId>features-openflowplugin-li</artifactId>
12
13     <packaging>jar</packaging>
14
15     <properties>
16         <karaf.empty.distro.version>1.6.0-SNAPSHOT</karaf.empty.distro.version>
17         <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
18         <config.statistics.manager.configfile>30-statistics-manager.xml</config.statistics.manager.configfile>
19         <controller.model.version>1.3.0-SNAPSHOT</controller.model.version>
20     </properties>
21
22     <dependencies>
23         <!-- feature dependencies -->
24         <dependency>
25             <groupId>org.opendaylight.controller</groupId>
26             <artifactId>features-mdsal</artifactId>
27             <version>${mdsal.version}</version>
28             <classifier>features</classifier>
29             <type>xml</type>
30         </dependency>
31         <dependency>
32             <groupId>org.opendaylight.yangtools</groupId>
33             <artifactId>features-yangtools</artifactId>
34             <classifier>features</classifier>
35             <version>${yangtools.version}</version>
36             <type>xml</type>
37         </dependency>
38         <dependency>
39             <groupId>org.opendaylight.controller</groupId>
40             <artifactId>features-restconf</artifactId>
41             <version>${mdsal.version}</version>
42             <classifier>features</classifier>
43             <type>xml</type>
44         </dependency>
45         <dependency>
46             <groupId>org.opendaylight.openflowjava</groupId>
47             <artifactId>features-openflowjava</artifactId>
48             <version>${openflowjava.version}</version>
49             <classifier>features</classifier>
50             <type>xml</type>
51         </dependency>
52
53         <!-- bundle dependencies -->
54         <dependency>
55             <groupId>org.opendaylight.openflowplugin.model</groupId>
56             <artifactId>model-flow-base</artifactId>
57         </dependency>
58         <dependency>
59             <groupId>org.opendaylight.openflowplugin.model</groupId>
60             <artifactId>model-flow-service</artifactId>
61         </dependency>
62         <dependency>
63             <groupId>org.opendaylight.openflowplugin.model</groupId>
64             <artifactId>model-flow-statistics</artifactId>
65         </dependency>
66         <dependency>
67             <groupId>org.opendaylight.controller.model</groupId>
68             <artifactId>model-inventory</artifactId>
69         </dependency>
70         <dependency>
71             <groupId>org.opendaylight.controller.model</groupId>
72             <artifactId>model-topology</artifactId>
73         </dependency>
74
75         <dependency>
76             <groupId>org.opendaylight.openflowplugin.applications</groupId>
77             <artifactId>forwardingrules-manager</artifactId>
78         </dependency>
79         <dependency>
80             <groupId>org.opendaylight.openflowplugin.applications</groupId>
81             <artifactId>forwardingrules-manager-config</artifactId>
82             <classifier>config</classifier>
83             <type>xml</type>
84         </dependency>
85         <dependency>
86             <groupId>org.opendaylight.openflowplugin.applications</groupId>
87             <artifactId>inventory-manager</artifactId>
88         </dependency>
89         <dependency>
90             <groupId>org.opendaylight.openflowplugin.applications</groupId>
91             <artifactId>lldp-speaker</artifactId>
92         </dependency>
93         <dependency>
94             <groupId>org.opendaylight.openflowplugin.applications</groupId>
95             <artifactId>statistics-manager</artifactId>
96         </dependency>
97         <dependency>
98             <groupId>org.opendaylight.openflowplugin.applications</groupId>
99             <artifactId>statistics-manager-config</artifactId>
100             <classifier>config</classifier>
101             <type>xml</type>
102         </dependency>
103
104         <dependency>
105             <groupId>org.opendaylight.dlux</groupId>
106             <artifactId>features-dlux</artifactId>
107             <version>${dlux.version}</version>
108             <classifier>features</classifier>
109             <type>xml</type>
110         </dependency>
111         <dependency>
112             <groupId>org.opendaylight.controller</groupId>
113             <artifactId>features-netconf-connector</artifactId>
114             <version>${mdsal.version}</version>
115             <classifier>features</classifier>
116             <type>xml</type>
117         </dependency>
118
119         <!-- bundle dependencies -->
120         <dependency>
121             <groupId>org.opendaylight.openflowplugin</groupId>
122             <artifactId>openflowplugin-api</artifactId>
123         </dependency>
124         <dependency>
125             <groupId>org.opendaylight.openflowplugin</groupId>
126             <artifactId>openflowplugin-extension-api</artifactId>
127         </dependency>
128         <dependency>
129             <groupId>org.opendaylight.openflowplugin</groupId>
130             <artifactId>openflowplugin</artifactId>
131         </dependency>
132         <dependency>
133             <groupId>org.opendaylight.openflowplugin</groupId>
134             <artifactId>openflowplugin-impl</artifactId>
135         </dependency>
136         <dependency>
137             <groupId>org.opendaylight.openflowplugin.applications</groupId>
138             <artifactId>table-miss-enforcer</artifactId>
139         </dependency>
140         <dependency>
141             <groupId>org.opendaylight.openflowplugin.applications</groupId>
142             <artifactId>table-miss-enforcer</artifactId>
143             <type>xml</type>
144             <classifier>config</classifier>
145         </dependency>
146
147         <dependency>
148             <groupId>org.opendaylight.openflowplugin.applications</groupId>
149             <artifactId>topology-lldp-discovery</artifactId>
150         </dependency>
151         <dependency>
152             <groupId>org.opendaylight.openflowplugin.applications</groupId>
153             <artifactId>topology-lldp-discovery</artifactId>
154             <type>xml</type>
155             <classifier>config</classifier>
156         </dependency>
157
158         <dependency>
159             <groupId>org.opendaylight.openflowplugin.applications</groupId>
160             <artifactId>topology-manager</artifactId>
161         </dependency>
162         <dependency>
163             <groupId>org.opendaylight.openflowplugin.applications</groupId>
164             <artifactId>topology-manager</artifactId>
165             <type>xml</type>
166             <classifier>config</classifier>
167         </dependency>
168
169         <dependency>
170             <groupId>org.opendaylight.openflowplugin.applications</groupId>
171             <artifactId>of-switch-config-pusher</artifactId>
172         </dependency>
173         <dependency>
174             <groupId>org.opendaylight.openflowplugin.applications</groupId>
175             <artifactId>of-switch-config-pusher</artifactId>
176             <type>xml</type>
177             <classifier>config</classifier>
178         </dependency>
179
180         <dependency>
181             <groupId>org.opendaylight.openflowplugin.applications</groupId>
182             <artifactId>lldp-speaker</artifactId>
183             <type>xml</type>
184             <classifier>config</classifier>
185         </dependency>
186
187         <dependency>
188             <groupId>org.opendaylight.openflowplugin</groupId>
189             <artifactId>drop-test-karaf</artifactId>
190         </dependency>
191         <dependency>
192             <groupId>org.opendaylight.openflowplugin</groupId>
193             <artifactId>drop-test-karaf</artifactId>
194             <classifier>config</classifier>
195             <type>xml</type>
196         </dependency>
197         <dependency>
198             <groupId>org.opendaylight.openflowplugin</groupId>
199             <artifactId>test-common</artifactId>
200         </dependency>
201         <dependency>
202             <groupId>org.opendaylight.openflowplugin</groupId>
203             <artifactId>openflowplugin-controller-config</artifactId>
204             <type>xml</type>
205             <classifier>config-Li</classifier>
206         </dependency>
207         <dependency>
208             <groupId>org.opendaylight.openflowplugin</groupId>
209             <artifactId>openflowplugin-controller-config</artifactId>
210             <type>xml</type>
211             <classifier>configmsgspy</classifier>
212         </dependency>
213         <dependency>
214             <groupId>org.opendaylight.controller</groupId>
215             <artifactId>liblldp</artifactId>
216             <version>${sal.api.version}</version>
217         </dependency>
218         <dependency>
219             <groupId>org.opendaylight.openflowplugin</groupId>
220             <artifactId>openflowplugin-common</artifactId>
221         </dependency>
222         <dependency>
223             <groupId>org.opendaylight.openflowplugin.applications</groupId>
224             <artifactId>bulk-o-matic</artifactId>
225         </dependency>
226         <dependency>
227             <groupId>org.opendaylight.openflowplugin.applications</groupId>
228             <artifactId>bulk-o-matic</artifactId>
229             <type>xml</type>
230             <classifier>config</classifier>
231         </dependency>
232
233
234         <!-- test the features.xml -->
235         <dependency>
236             <groupId>org.opendaylight.odlparent</groupId>
237             <artifactId>features-test</artifactId>
238         </dependency>
239         <!-- dependency for opendaylight-karaf-empty for use by testing -->
240         <dependency>
241             <groupId>org.opendaylight.controller</groupId>
242             <artifactId>opendaylight-karaf-empty</artifactId>
243             <version>${karaf.distro.empty.version}</version>
244             <type>zip</type>
245         </dependency>
246     </dependencies>
247
248     <build>
249         <resources>
250             <resource>
251                 <filtering>true</filtering>
252                 <directory>src/main/resources</directory>
253             </resource>
254         </resources>
255
256         <plugins>
257             <plugin>
258                 <groupId>org.apache.maven.plugins</groupId>
259                 <artifactId>maven-resources-plugin</artifactId>
260                 <executions>
261                     <execution>
262                         <id>filter</id>
263                         <goals>
264                             <goal>resources</goal>
265                         </goals>
266                         <phase>generate-resources</phase>
267                     </execution>
268                 </executions>
269             </plugin>
270             <plugin>
271                 <groupId>org.codehaus.mojo</groupId>
272                 <artifactId>build-helper-maven-plugin</artifactId>
273                 <executions>
274                     <execution>
275                         <id>attach-artifacts</id>
276                         <goals>
277                             <goal>attach-artifact</goal>
278                         </goals>
279                         <phase>package</phase>
280                         <configuration>
281                             <artifacts>
282                                 <artifact>
283                                     <file>${project.build.outputDirectory}/features.xml</file>
284                                     <type>xml</type>
285                                     <classifier>features</classifier>
286                                 </artifact>
287                             </artifacts>
288                         </configuration>
289                     </execution>
290                 </executions>
291             </plugin>
292             <plugin>
293                 <groupId>org.apache.maven.plugins</groupId>
294                 <artifactId>maven-surefire-plugin</artifactId>
295                 <version>2.16</version>
296                 <configuration>
297                     <systemPropertyVariables>
298                         <karaf.distro.groupId>org.opendaylight.controller</karaf.distro.groupId>
299                         <karaf.distro.artifactId>opendaylight-karaf-empty</karaf.distro.artifactId>
300                         <karaf.distro.version>${karaf.empty.distro.version}</karaf.distro.version>
301                     </systemPropertyVariables>
302                     <dependenciesToScan>
303                         <dependency>org.opendaylight.odlparent:features-test</dependency>
304                     </dependenciesToScan>
305                 </configuration>
306             </plugin>
307         </plugins>
308     </build>
309     <scm>
310         <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
311         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
312         <tag>HEAD</tag>
313         <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
314     </scm>
315 </project>