clean features dependencies in pom
[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.1.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.5.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.2.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-manager</artifactId>
154         </dependency>
155
156         <dependency>
157             <groupId>org.opendaylight.openflowplugin.applications</groupId>
158             <artifactId>of-switch-config-pusher</artifactId>
159         </dependency>
160         <dependency>
161             <groupId>org.opendaylight.openflowplugin.applications</groupId>
162             <artifactId>of-switch-config-pusher</artifactId>
163             <type>xml</type>
164             <classifier>config</classifier>
165         </dependency>
166
167         <dependency>
168             <groupId>org.opendaylight.openflowplugin.applications</groupId>
169             <artifactId>lldp-speaker</artifactId>
170             <type>xml</type>
171             <classifier>config</classifier>
172         </dependency>
173
174         <dependency>
175             <groupId>org.opendaylight.openflowplugin</groupId>
176             <artifactId>drop-test-karaf</artifactId>
177         </dependency>
178         <dependency>
179             <groupId>org.opendaylight.openflowplugin</groupId>
180             <artifactId>test-common</artifactId>
181         </dependency>
182         <dependency>
183             <groupId>org.opendaylight.openflowplugin</groupId>
184             <artifactId>openflowplugin-controller-config</artifactId>
185             <type>xml</type>
186             <classifier>config-Li</classifier>
187         </dependency>
188         <dependency>
189             <groupId>org.opendaylight.openflowplugin</groupId>
190             <artifactId>openflowplugin-controller-config</artifactId>
191             <type>xml</type>
192             <classifier>configmsgspy</classifier>
193         </dependency>
194         <dependency>
195             <groupId>org.opendaylight.controller</groupId>
196             <artifactId>liblldp</artifactId>
197             <version>${sal.api.version}</version>
198         </dependency>
199
200         <!-- test the features.xml -->
201         <dependency>
202             <groupId>org.opendaylight.odlparent</groupId>
203             <artifactId>features-test</artifactId>
204         </dependency>
205         <!-- dependency for opendaylight-karaf-empty for use by testing -->
206         <dependency>
207             <groupId>org.opendaylight.controller</groupId>
208             <artifactId>opendaylight-karaf-empty</artifactId>
209             <version>${karaf.distro.empty.version}</version>
210             <type>zip</type>
211         </dependency>
212     </dependencies>
213
214     <build>
215         <resources>
216             <resource>
217                 <filtering>true</filtering>
218                 <directory>src/main/resources</directory>
219             </resource>
220         </resources>
221
222         <plugins>
223             <plugin>
224                 <groupId>org.apache.maven.plugins</groupId>
225                 <artifactId>maven-resources-plugin</artifactId>
226                 <executions>
227                     <execution>
228                         <id>filter</id>
229                         <goals>
230                             <goal>resources</goal>
231                         </goals>
232                         <phase>generate-resources</phase>
233                     </execution>
234                 </executions>
235             </plugin>
236             <plugin>
237                 <groupId>org.codehaus.mojo</groupId>
238                 <artifactId>build-helper-maven-plugin</artifactId>
239                 <executions>
240                     <execution>
241                         <id>attach-artifacts</id>
242                         <goals>
243                             <goal>attach-artifact</goal>
244                         </goals>
245                         <phase>package</phase>
246                         <configuration>
247                             <artifacts>
248                                 <artifact>
249                                     <file>${project.build.outputDirectory}/features.xml</file>
250                                     <type>xml</type>
251                                     <classifier>features</classifier>
252                                 </artifact>
253                             </artifacts>
254                         </configuration>
255                     </execution>
256                 </executions>
257             </plugin>
258             <plugin>
259                 <groupId>org.apache.maven.plugins</groupId>
260                 <artifactId>maven-surefire-plugin</artifactId>
261                 <version>2.16</version>
262                 <configuration>
263                     <systemPropertyVariables>
264                         <karaf.distro.groupId>org.opendaylight.controller</karaf.distro.groupId>
265                         <karaf.distro.artifactId>opendaylight-karaf-empty</karaf.distro.artifactId>
266                         <karaf.distro.version>${karaf.empty.distro.version}</karaf.distro.version>
267                     </systemPropertyVariables>
268                     <dependenciesToScan>
269                         <dependency>org.opendaylight.odlparent:features-test</dependency>
270                     </dependenciesToScan>
271                 </configuration>
272             </plugin>
273         </plugins>
274     </build>
275     <scm>
276         <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
277         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
278         <tag>HEAD</tag>
279         <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
280     </scm>
281 </project>