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