export lldp as feature
[openflowplugin.git] / features-aggregator / 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.odlparent</groupId>
7         <artifactId>odlparent-lite</artifactId>
8         <version>3.0.2</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.opendaylight.openflowplugin</groupId>
13     <artifactId>features-aggregator</artifactId>
14     <packaging>pom</packaging>
15     <version>0.6.0-SNAPSHOT</version>
16
17     <modules>
18         <module>features-openflowplugin</module>
19         <module>odl-openflowplugin-flow-services-rest</module>
20         <module>odl-openflowplugin-flow-services</module>
21         <module>odl-openflowplugin-southbound</module>
22         <module>odl-openflowplugin-nsf-model</module>
23         <module>odl-openflowplugin-drop-test</module>
24         <module>odl-openflowplugin-app-table-miss-enforcer</module>
25         <module>odl-openflowplugin-app-config-pusher</module>
26         <module>odl-openflowplugin-app-topology</module>
27         <module>odl-openflowplugin-app-bulk-o-matic</module>
28         <module>odl-openflowplugin-app-notifications</module>
29         <module>odl-openflowplugin-app-forwardingrules-manager</module>
30         <module>odl-openflowplugin-app-forwardingrules-sync</module>
31         <module>odl-openflowplugin-app-reconciliation-framework</module>
32         <module>odl-openflowplugin-app-southbound-cli</module>
33         <module>odl-openflowplugin-libraries</module>
34     </modules>
35
36 </project>