Remove references to netconf
[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
112         <!-- bundle dependencies -->
113         <dependency>
114             <groupId>org.opendaylight.openflowplugin</groupId>
115             <artifactId>openflowplugin-api</artifactId>
116         </dependency>
117         <dependency>
118             <groupId>org.opendaylight.openflowplugin</groupId>
119             <artifactId>openflowplugin-extension-api</artifactId>
120         </dependency>
121         <dependency>
122             <groupId>org.opendaylight.openflowplugin</groupId>
123             <artifactId>openflowplugin</artifactId>
124         </dependency>
125         <dependency>
126             <groupId>org.opendaylight.openflowplugin</groupId>
127             <artifactId>openflowplugin-impl</artifactId>
128         </dependency>
129         <dependency>
130             <groupId>org.opendaylight.openflowplugin.applications</groupId>
131             <artifactId>table-miss-enforcer</artifactId>
132         </dependency>
133         <dependency>
134             <groupId>org.opendaylight.openflowplugin.applications</groupId>
135             <artifactId>table-miss-enforcer</artifactId>
136             <type>xml</type>
137             <classifier>config</classifier>
138         </dependency>
139
140         <dependency>
141             <groupId>org.opendaylight.openflowplugin.applications</groupId>
142             <artifactId>topology-lldp-discovery</artifactId>
143         </dependency>
144         <dependency>
145             <groupId>org.opendaylight.openflowplugin.applications</groupId>
146             <artifactId>topology-lldp-discovery</artifactId>
147             <type>xml</type>
148             <classifier>config</classifier>
149         </dependency>
150
151         <dependency>
152             <groupId>org.opendaylight.openflowplugin.applications</groupId>
153             <artifactId>topology-manager</artifactId>
154         </dependency>
155         <dependency>
156             <groupId>org.opendaylight.openflowplugin.applications</groupId>
157             <artifactId>topology-manager</artifactId>
158             <type>xml</type>
159             <classifier>config</classifier>
160         </dependency>
161
162         <dependency>
163             <groupId>org.opendaylight.openflowplugin.applications</groupId>
164             <artifactId>of-switch-config-pusher</artifactId>
165         </dependency>
166         <dependency>
167             <groupId>org.opendaylight.openflowplugin.applications</groupId>
168             <artifactId>of-switch-config-pusher</artifactId>
169             <type>xml</type>
170             <classifier>config</classifier>
171         </dependency>
172
173         <dependency>
174             <groupId>org.opendaylight.openflowplugin.applications</groupId>
175             <artifactId>lldp-speaker</artifactId>
176             <type>xml</type>
177             <classifier>config</classifier>
178         </dependency>
179
180         <dependency>
181             <groupId>org.opendaylight.openflowplugin</groupId>
182             <artifactId>drop-test-karaf</artifactId>
183         </dependency>
184         <dependency>
185             <groupId>org.opendaylight.openflowplugin</groupId>
186             <artifactId>drop-test-karaf</artifactId>
187             <classifier>config</classifier>
188             <type>xml</type>
189         </dependency>
190         <dependency>
191             <groupId>org.opendaylight.openflowplugin</groupId>
192             <artifactId>test-common</artifactId>
193         </dependency>
194         <dependency>
195             <groupId>org.opendaylight.openflowplugin</groupId>
196             <artifactId>openflowplugin-controller-config</artifactId>
197             <type>xml</type>
198             <classifier>config-Li</classifier>
199         </dependency>
200         <dependency>
201             <groupId>org.opendaylight.openflowplugin</groupId>
202             <artifactId>openflowplugin-controller-config</artifactId>
203             <type>xml</type>
204             <classifier>configmsgspy</classifier>
205         </dependency>
206         <dependency>
207             <groupId>org.opendaylight.controller</groupId>
208             <artifactId>liblldp</artifactId>
209             <version>${sal.api.version}</version>
210         </dependency>
211         <dependency>
212             <groupId>org.opendaylight.openflowplugin</groupId>
213             <artifactId>openflowplugin-common</artifactId>
214         </dependency>
215         <dependency>
216             <groupId>org.opendaylight.openflowplugin.applications</groupId>
217             <artifactId>bulk-o-matic</artifactId>
218         </dependency>
219         <dependency>
220             <groupId>org.opendaylight.openflowplugin.applications</groupId>
221             <artifactId>bulk-o-matic</artifactId>
222             <type>xml</type>
223             <classifier>config</classifier>
224         </dependency>
225
226
227         <!-- test the features.xml -->
228         <dependency>
229             <groupId>org.opendaylight.odlparent</groupId>
230             <artifactId>features-test</artifactId>
231         </dependency>
232         <!-- dependency for opendaylight-karaf-empty for use by testing -->
233         <dependency>
234             <groupId>org.opendaylight.controller</groupId>
235             <artifactId>opendaylight-karaf-empty</artifactId>
236             <version>${karaf.distro.empty.version}</version>
237             <type>zip</type>
238         </dependency>
239     </dependencies>
240
241     <build>
242         <resources>
243             <resource>
244                 <filtering>true</filtering>
245                 <directory>src/main/resources</directory>
246             </resource>
247         </resources>
248
249         <plugins>
250             <plugin>
251                 <groupId>org.apache.maven.plugins</groupId>
252                 <artifactId>maven-resources-plugin</artifactId>
253                 <executions>
254                     <execution>
255                         <id>filter</id>
256                         <goals>
257                             <goal>resources</goal>
258                         </goals>
259                         <phase>generate-resources</phase>
260                     </execution>
261                 </executions>
262             </plugin>
263             <plugin>
264                 <groupId>org.codehaus.mojo</groupId>
265                 <artifactId>build-helper-maven-plugin</artifactId>
266                 <executions>
267                     <execution>
268                         <id>attach-artifacts</id>
269                         <goals>
270                             <goal>attach-artifact</goal>
271                         </goals>
272                         <phase>package</phase>
273                         <configuration>
274                             <artifacts>
275                                 <artifact>
276                                     <file>${project.build.outputDirectory}/features.xml</file>
277                                     <type>xml</type>
278                                     <classifier>features</classifier>
279                                 </artifact>
280                             </artifacts>
281                         </configuration>
282                     </execution>
283                 </executions>
284             </plugin>
285             <plugin>
286                 <groupId>org.apache.maven.plugins</groupId>
287                 <artifactId>maven-surefire-plugin</artifactId>
288                 <version>2.16</version>
289                 <configuration>
290                     <systemPropertyVariables>
291                         <karaf.distro.groupId>org.opendaylight.controller</karaf.distro.groupId>
292                         <karaf.distro.artifactId>opendaylight-karaf-empty</karaf.distro.artifactId>
293                         <karaf.distro.version>${karaf.empty.distro.version}</karaf.distro.version>
294                     </systemPropertyVariables>
295                     <dependenciesToScan>
296                         <dependency>org.opendaylight.odlparent:features-test</dependency>
297                     </dependenciesToScan>
298                 </configuration>
299             </plugin>
300         </plugins>
301     </build>
302     <scm>
303         <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
304         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
305         <tag>HEAD</tag>
306         <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
307     </scm>
308 </project>