Bug-2827: role switch proposal
[openflowplugin.git] / 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3     <modelVersion>4.0.0</modelVersion>
4     <parent>
5         <groupId>org.opendaylight.odlparent</groupId>
6         <artifactId>odlparent</artifactId>
7         <version>1.5.0-SNAPSHOT</version>
8         <relativePath/>
9     </parent>
10     <prerequisites>
11         <maven>3.0</maven>
12     </prerequisites>
13
14     <groupId>org.opendaylight.openflowplugin</groupId>
15     <artifactId>openflowplugin-parent</artifactId>
16     <version>0.1.0-SNAPSHOT</version>
17     <name>openflowplugin</name> <!-- Used by Sonar to set project name -->
18     <packaging>pom</packaging>
19
20     <scm>
21       <connection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</connection>
22       <developerConnection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</developerConnection>
23       <url>https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:Main</url>
24       <tag>HEAD</tag>
25     </scm>
26
27     <distributionManagement>
28       <!-- OpenDayLight Released artifact -->
29       <repository>
30         <id>opendaylight-release</id>
31         <url>${nexusproxy}/repositories/opendaylight.release</url>
32       </repository>
33       <!-- OpenDayLight Snapshot artifact -->
34       <snapshotRepository>
35         <id>opendaylight-snapshot</id>
36         <url>${nexusproxy}/repositories/opendaylight.snapshot</url>
37       </snapshotRepository>
38       <!-- Site deployment -->
39       <!-- site>
40            <id>website</id>
41            <url>${sitedeploy}</url>
42            </site -->
43     </distributionManagement>
44
45     <properties>
46       <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
47       <mdsal.version>1.2.0-SNAPSHOT</mdsal.version>
48       <netconf.version>1.2.0-SNAPSHOT</netconf.version>
49       <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
50       <openflowjava.version>0.6.0-SNAPSHOT</openflowjava.version>
51       <openflowplugin.model.version>${project.version}</openflowplugin.model.version>
52       <controller.model.version>1.2.0-SNAPSHOT</controller.model.version>
53       <sal.binding.api.version>1.2.0-SNAPSHOT</sal.binding.api.version>
54       <sal.api.version>0.9.0-SNAPSHOT</sal.api.version>
55       <sal.connection.api.version>0.2.0-SNAPSHOT</sal.connection.api.version>
56       <sal.common.util.version>1.2.0-SNAPSHOT</sal.common.util.version>
57       <netconf.parent.version>0.3.0-SNAPSHOT</netconf.parent.version>
58       <config.parent.version>0.3.0-SNAPSHOT</config.parent.version>
59       <build.helper.version>1.8</build.helper.version>
60       <jmxGeneratorPath>src/main/yang-gen-config</jmxGeneratorPath>
61       <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
62       <exi.nagasena.version>0000.0002.0038.0</exi.nagasena.version>
63       <controller.distribution.version>0.2.0-SNAPSHOT</controller.distribution.version>
64       <features.test.version>1.5.0-SNAPSHOT</features.test.version>
65
66       <!-- Sonar config -->
67       <sonar-jacoco-listeners.version>2.4</sonar-jacoco-listeners.version>
68       <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
69       <sonar.jacoco.reportPath>target/code-coverage/jacoco.exec</sonar.jacoco.reportPath>
70       <sonar.jacoco.itReportPath>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
71       <sonar.profile>Sonar way with Findbugs</sonar.profile>
72
73       <karaf.distro.empty.version>1.5.0-SNAPSHOT</karaf.distro.empty.version>
74       <yang.binding.version>0.7.0-SNAPSHOT</yang.binding.version>
75       <dlux.version>0.2.0-SNAPSHOT</dlux.version>
76       <config.version>0.3.0-SNAPSHOT</config.version>
77       <yangtools.version>0.7.0-SNAPSHOT</yangtools.version>
78       <opendaylight-l2-types.version>2013.08.27.7-SNAPSHOT</opendaylight-l2-types.version>
79       <ietf-yang-types.version>2010.09.24.7-SNAPSHOT</ietf-yang-types.version>
80       <ietf-inet-types.version>2010.09.24.7-SNAPSHOT</ietf-inet-types.version>
81       <yang-ext.version>2013.09.07.7-SNAPSHOT</yang-ext.version>
82     </properties>
83
84     <dependencyManagement>
85       <dependencies>
86          <dependency>
87             <groupId>org.opendaylight.yangtools</groupId>
88             <artifactId>yang-binding</artifactId>
89             <version>${yang.binding.version}</version>
90         </dependency>
91         <dependency>
92           <groupId>org.opendaylight.yangtools</groupId>
93           <artifactId>yang-common</artifactId>
94           <version>${yang.binding.version}</version>
95           <scope>import</scope>
96           <type>pom</type>
97         </dependency>
98         <dependency>
99           <groupId>org.opendaylight.yangtools.model</groupId>
100           <artifactId>ietf-inet-types</artifactId>
101           <version>${ietf-inet-types.version}</version>
102         </dependency>
103         <dependency>
104           <groupId>org.opendaylight.yangtools.model</groupId>
105           <artifactId>ietf-yang-types</artifactId>
106           <version>${ietf-yang-types.version}</version>
107         </dependency>
108         <dependency>
109             <groupId>org.opendaylight.yangtools.model</groupId>
110             <artifactId>yang-ext</artifactId>
111             <version>${yang-ext.version}</version>
112         </dependency>
113         <dependency>
114             <groupId>org.opendaylight.yangtools.model</groupId>
115             <artifactId>opendaylight-l2-types</artifactId>
116             <version>${opendaylight-l2-types.version}</version>
117         </dependency>
118
119           <dependency>
120               <groupId>org.opendaylight.openflowplugin</groupId>
121               <artifactId>openflowplugin-api</artifactId>
122               <version>${project.version}</version>
123           </dependency>
124         <dependency>
125           <groupId>org.opendaylight.openflowjava</groupId>
126           <artifactId>openflow-protocol-impl</artifactId>
127           <version>${openflowjava.version}</version>
128         </dependency>
129         <dependency>
130           <groupId>org.opendaylight.openflowjava</groupId>
131           <artifactId>openflow-protocol-api</artifactId>
132           <version>${openflowjava.version}</version>
133         </dependency>
134         <dependency>
135           <groupId>org.opendaylight.openflowjava</groupId>
136           <artifactId>openflow-protocol-spi</artifactId>
137           <version>${openflowjava.version}</version>
138         </dependency>
139         <dependency>
140           <groupId>org.opendaylight.openflowjava</groupId>
141           <artifactId>util</artifactId>
142           <version>${openflowjava.version}</version>
143         </dependency>
144         <dependency>
145           <groupId>org.opendaylight.openflowjava</groupId>
146           <artifactId>simple-client</artifactId>
147           <version>${openflowjava.version}</version>
148         </dependency>
149
150         <dependency>
151           <groupId>org.opendaylight.openflowplugin.model</groupId>
152           <artifactId>model-flow-base</artifactId>
153           <version>${openflowplugin.model.version}</version>
154         </dependency>
155         <dependency>
156           <groupId>org.opendaylight.openflowplugin.model</groupId>
157           <artifactId>model-flow-service</artifactId>
158           <version>${openflowplugin.model.version}</version>
159         </dependency>
160         <dependency>
161           <groupId>org.opendaylight.openflowplugin.model</groupId>
162           <artifactId>model-flow-statistics</artifactId>
163           <version>${openflowplugin.model.version}</version>
164         </dependency>
165
166         <dependency>
167           <groupId>org.opendaylight.controller.model</groupId>
168           <artifactId>model-inventory</artifactId>
169           <version>${controller.model.version}</version>
170         </dependency>
171         <dependency>
172           <groupId>org.opendaylight.controller.model</groupId>
173           <artifactId>model-topology</artifactId>
174           <version>${controller.model.version}</version>
175         </dependency>
176
177         <dependency>
178           <groupId>org.opendaylight.controller</groupId>
179           <artifactId>sal-binding-api</artifactId>
180           <version>${sal.binding.api.version}</version>
181         </dependency>
182         <dependency>
183           <groupId>org.opendaylight.controller</groupId>
184           <artifactId>sal-binding-config</artifactId>
185           <version>${sal.binding.api.version}</version>
186         </dependency>
187         <dependency>
188           <groupId>org.opendaylight.controller</groupId>
189           <artifactId>sal-binding-util</artifactId>
190           <version>${controller.model.version}</version>
191         </dependency>
192
193         <dependency>
194             <groupId>org.opendaylight.controller</groupId>
195             <artifactId>liblldp</artifactId>
196             <version>${sal.api.version}</version>
197         </dependency>
198         <dependency>
199             <groupId>org.opendaylight.controller</groupId>
200             <artifactId>sal-common-util</artifactId>
201             <version>${sal.common.util.version}</version>
202         </dependency>
203         <!-- IT -->
204         <dependency>
205             <groupId>org.opendaylight.controller</groupId>
206             <artifactId>config-netconf-connector</artifactId>
207             <version>${netconf.parent.version}</version>
208         </dependency>
209         <dependency>
210             <groupId>org.opendaylight.controller</groupId>
211             <artifactId>sal-binding-it</artifactId>
212             <version>${sal.binding.api.version}</version>
213         </dependency>
214         <dependency>
215           <groupId>org.opendaylight.controller</groupId>
216           <artifactId>sal-binding-broker-impl</artifactId>
217           <version>${sal.binding.api.version}</version>
218
219           <!-- excluding old models pulled as transient dependencies 
220                TODO: remove -->
221           <exclusions>
222             <exclusion>
223               <groupId>org.opendaylight.controller.model</groupId>
224               <artifactId>model-flow-base</artifactId>
225             </exclusion>
226             <exclusion>
227               <groupId>org.opendaylight.controller.model</groupId>
228               <artifactId>model-flow-service</artifactId>
229             </exclusion>
230             <exclusion>
231               <groupId>org.opendaylight.controller.model</groupId>
232               <artifactId>model-flow-statistics</artifactId>
233             </exclusion>
234           </exclusions>
235         </dependency>
236         <dependency>
237           <groupId>org.opendaylight.controller</groupId>
238           <artifactId>config-manager</artifactId>
239           <version>${config.parent.version}</version>
240         </dependency>
241         <dependency>
242           <groupId>org.opendaylight.controller</groupId>
243           <artifactId>config-api</artifactId>
244           <version>${config.parent.version}</version>
245         </dependency>
246         <dependency>
247           <groupId>org.opendaylight.yangtools.thirdparty</groupId>
248           <artifactId>antlr4-runtime-osgi-nohead</artifactId>
249           <version>4.0</version>
250         </dependency>
251         <dependency>
252           <groupId>org.opendaylight.controller</groupId>
253           <artifactId>logback-config</artifactId>
254           <version>${config.parent.version}</version>
255         </dependency>
256         <dependency>
257           <groupId>org.opendaylight.controller</groupId>
258           <artifactId>config-persister-api</artifactId>
259           <version>${config.parent.version}</version>
260         </dependency>
261         <dependency>
262           <groupId>org.opendaylight.controller</groupId>
263           <artifactId>config-persister-impl</artifactId>
264           <version>${config.parent.version}</version>
265         </dependency>
266         <dependency>
267           <groupId>org.opendaylight.controller</groupId>
268           <artifactId>config-persister-file-xml-adapter</artifactId>
269           <version>${config.parent.version}</version>
270         </dependency>
271         <dependency>
272           <groupId>org.opendaylight.controller</groupId>
273           <artifactId>netconf-monitoring</artifactId>
274           <version>${netconf.parent.version}</version>
275         </dependency>
276         <dependency>
277           <groupId>org.opendaylight.controller</groupId>
278           <artifactId>netconf-client</artifactId>
279           <version>${netconf.parent.version}</version>
280         </dependency>
281         <dependency>
282           <groupId>org.opendaylight.controller</groupId>
283           <artifactId>netconf-impl</artifactId>
284           <version>${netconf.parent.version}</version>
285         </dependency>
286
287         <dependency>
288           <groupId>org.opendaylight.odlparent</groupId>
289           <artifactId>features-test</artifactId>
290           <version>${features.test.version}</version>
291         </dependency>
292
293         <!-- thirdparty -->
294         <dependency>
295           <groupId>org.openexi</groupId>
296           <artifactId>nagasena</artifactId>
297           <version>${exi.nagasena.version}</version>
298         </dependency>
299         <dependency>
300           <groupId>org.openexi</groupId>
301           <artifactId>nagasena-rta</artifactId>
302           <version>${exi.nagasena.version}</version>
303         </dependency>
304         <dependency>
305             <groupId>xml-apis</groupId>
306             <artifactId>xml-apis</artifactId>
307             <version>1.4.01</version>
308         </dependency>
309       </dependencies>
310     </dependencyManagement>
311
312     <dependencies>
313         <!-- Sonar -->
314         <dependency>
315             <groupId>org.codehaus.sonar-plugins.java</groupId>
316             <artifactId>sonar-jacoco-listeners</artifactId>
317             <version>${sonar-jacoco-listeners.version}</version>
318             <scope>test</scope>
319         </dependency>
320     </dependencies>
321
322     <build>
323         <plugins>
324             <plugin>
325                  <groupId>org.codehaus.mojo</groupId>
326                  <artifactId>build-helper-maven-plugin</artifactId>
327             </plugin>
328             <plugin>
329                 <groupId>org.jacoco</groupId>
330                 <artifactId>jacoco-maven-plugin</artifactId>
331                 <executions>
332                     <execution>
333                         <id>prepare-ut-agent</id>
334                         <phase>process-test-classes</phase>
335                         <goals>
336                             <goal>prepare-agent</goal>
337                         </goals>
338                         <configuration>
339                             <destFile>${sonar.jacoco.reportPath}</destFile>
340                             <propertyName>jacoco.agent.ut.arg</propertyName>
341                         </configuration>
342                     </execution>
343                     <execution>
344                         <id>prepare-it-agent</id>
345                         <phase>pre-integration-test</phase>
346                         <goals>
347                             <goal>prepare-agent</goal>
348                         </goals>
349                         <configuration>
350                             <destFile>${sonar.jacoco.itReportPath}</destFile>
351                             <propertyName>jacoco.agent.it.arg</propertyName>
352                         </configuration>
353                     </execution>
354                 </executions>
355
356                 <configuration>
357                   <includes>
358                     <include>org.opendaylight.openflowplugin.*</include>
359                   </includes>
360                 </configuration>
361
362             </plugin>
363         </plugins>
364
365         <pluginManagement>
366           <plugins>
367             <plugin>
368               <groupId>org.apache.maven.plugins</groupId>
369               <artifactId>maven-compiler-plugin</artifactId>
370               <configuration>
371                 <source>1.7</source>
372                 <target>1.7</target>
373               </configuration>
374             </plugin>
375             <plugin>
376               <groupId>org.ops4j.pax.exam</groupId>
377               <artifactId>maven-paxexam-plugin</artifactId>
378               <version>1.2.4</version>
379             </plugin>
380           <plugin>
381               <artifactId>maven-clean-plugin</artifactId>
382               <configuration>
383                   <filesets>
384                       <fileset>
385                           <directory>${jmxGeneratorPath}</directory>
386                           <includes>
387                               <include>**</include>
388                           </includes>
389                       </fileset>
390                       <fileset>
391                           <directory>${salGeneratorPath}</directory>
392                           <includes>
393                               <include>**</include>
394                           </includes>
395                       </fileset>
396                   </filesets>
397               </configuration>
398             </plugin>
399           <plugin>
400              <groupId>org.codehaus.mojo</groupId>
401              <artifactId>build-helper-maven-plugin</artifactId>
402              <version>${build.helper.version}</version>
403              <executions>
404                 <execution>
405                    <id>add-source</id>
406                    <phase>generate-sources</phase>
407                    <goals>
408                       <goal>add-source</goal>
409                    </goals>
410                    <configuration>
411                       <sources>
412                          <source>${jmxGeneratorPath}</source>
413                          <source>${salGeneratorPath}</source>
414                       </sources>
415                    </configuration>
416                 </execution>
417              </executions>
418             </plugin>
419             <plugin>
420               <groupId>org.opendaylight.yangtools</groupId>
421               <artifactId>yang-maven-plugin</artifactId>
422               <version>${yang.binding.version}</version>
423             </plugin>
424             <plugin>
425               <groupId>org.apache.felix</groupId>
426               <artifactId>maven-bundle-plugin</artifactId>
427               <version>${maven.bundle.version}</version>
428               <extensions>true</extensions>
429               <configuration>
430                 <instructions>
431                   <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
432                 </instructions>
433                 <manifestLocation>${project.build.directory}/META-INF</manifestLocation>
434               </configuration>
435             </plugin>
436             <!-- Ignore/Execute plugin execution -->
437             <plugin>
438               <groupId>org.eclipse.m2e</groupId>
439               <artifactId>lifecycle-mapping</artifactId>
440               <version>1.0.0</version>
441               <configuration>
442                 <lifecycleMappingMetadata>
443                   <pluginExecutions>
444                     <pluginExecution>
445                       <pluginExecutionFilter>
446                         <groupId>org.codehaus.mojo</groupId>
447                         <artifactId>properties-maven-plugin</artifactId>
448                         <versionRange>[0.0,)</versionRange>
449                         <goals>
450                           <goal>set-system-properties</goal>
451                         </goals>
452                       </pluginExecutionFilter>
453                       <action>
454                         <ignore/>
455                       </action>
456                     </pluginExecution>
457                     <pluginExecution>
458                       <pluginExecutionFilter>
459                         <groupId>org.codehaus.enunciate</groupId>
460                         <artifactId>maven-enunciate-plugin</artifactId>
461                         <versionRange>[0.0,)</versionRange>
462                         <goals>
463                           <goal>docs</goal>
464                         </goals>
465                       </pluginExecutionFilter>
466                       <action>
467                         <ignore/>
468                       </action>
469                     </pluginExecution>
470                     <pluginExecution>
471                       <pluginExecutionFilter>
472                         <groupId>org.jacoco</groupId>
473                         <artifactId>jacoco-maven-plugin</artifactId>
474                         <versionRange>[0.0,)</versionRange>
475                         <goals>
476                           <goal>prepare-agent</goal>
477                           <goal>pre-test</goal>
478                           <goal>post-test</goal>
479                         </goals>
480                       </pluginExecutionFilter>
481                       <action>
482                         <ignore/>
483                       </action>
484                     </pluginExecution>
485                     <pluginExecution>
486                       <pluginExecutionFilter>
487                         <groupId>org.ops4j.pax.exam</groupId>
488                         <artifactId>maven-paxexam-plugin</artifactId>
489                         <versionRange>[1.2.4,)</versionRange>
490                         <goals>
491                           <goal>generate-depends-file</goal>
492                         </goals>
493                       </pluginExecutionFilter>
494                       <action>
495                         <execute>
496                           <runOnIncremental>false</runOnIncremental>
497                         </execute>
498                       </action>
499                     </pluginExecution>
500                     <pluginExecution>
501                       <pluginExecutionFilter>
502                         <groupId>org.apache.maven.plugins</groupId>
503                         <artifactId>maven-checkstyle-plugin</artifactId>
504                         <versionRange>[2.0,)</versionRange>
505                         <goals>
506                           <goal>check</goal>
507                         </goals>
508                       </pluginExecutionFilter>
509                       <action>
510                         <ignore/>
511                       </action>
512                     </pluginExecution>
513                     <pluginExecution>
514                       <pluginExecutionFilter>
515                         <groupId>org.opendaylight.yangtools</groupId>
516                         <artifactId>yang-maven-plugin</artifactId>
517                         <versionRange>[0.5,)</versionRange>
518                         <goals>
519                           <goal>generate-sources</goal>
520                         </goals>
521                       </pluginExecutionFilter>
522                       <action>
523                         <execute/>
524                       </action>
525                     </pluginExecution>
526                     <pluginExecution>
527                       <pluginExecutionFilter>
528                         <groupId>org.codehaus.groovy.maven</groupId>
529                         <artifactId>gmaven-plugin</artifactId>
530                         <versionRange>1.0</versionRange>
531                         <goals>
532                           <goal>execute</goal>
533                         </goals>
534                       </pluginExecutionFilter>
535                       <action>
536                         <ignore/>
537                       </action>
538                     </pluginExecution>
539                     <pluginExecution>
540                       <pluginExecutionFilter>
541                         <groupId>org.apache.maven.plugins</groupId>
542                         <artifactId>maven-enforcer-plugin</artifactId>
543                         <versionRange>${enforcer.version}</versionRange>
544                         <goals>
545                           <goal>enforce</goal>
546                         </goals>
547                       </pluginExecutionFilter>
548                       <action>
549                         <ignore/>
550                       </action>
551                     </pluginExecution>
552                   </pluginExecutions>
553                 </lifecycleMappingMetadata>
554               </configuration>
555             </plugin>
556             <plugin>
557               <groupId>org.apache.maven.plugins</groupId>
558               <artifactId>maven-failsafe-plugin</artifactId>
559               <configuration>
560                 <!-- Specific to generate mapping between tests and covered code -->
561                 <argLine>${jacoco.agent.it.arg}</argLine>
562                 <properties>
563                   <property>
564                     <name>listener</name>
565                     <value>org.sonar.java.jacoco.JUnitListener</value>
566                   </property>
567                 </properties>
568                 <!-- Let's put failsafe reports with surefire to have access to tests failures/success reports in sonar -->
569                 <reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
570               </configuration>
571             </plugin>
572             <plugin>
573               <groupId>org.apache.maven.plugins</groupId>
574               <artifactId>maven-surefire-plugin</artifactId>
575               <configuration>
576                 <!-- Specific to generate mapping between tests and covered code -->
577                 <argLine>${jacoco.agent.ut.arg}</argLine>
578                 <properties>
579                   <property>
580                     <name>listener</name>
581                     <value>org.sonar.java.jacoco.JUnitListener</value>
582                   </property>
583                 </properties>
584               </configuration>
585             </plugin>
586           </plugins>
587         </pluginManagement>
588     </build>
589
590     <profiles>
591       <profile>
592         <id>findbugsReport</id>
593         <reporting>
594           <plugins>
595             <plugin>
596               <groupId>org.apache.maven.plugins</groupId>
597               <artifactId>maven-project-info-reports-plugin</artifactId>
598               <version>2.7</version>
599               <configuration>
600                 <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
601                 <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
602               </configuration>
603               <reportSets>
604                 <reportSet>
605                   <reports>
606                     <report>index</report>
607                     <report>project-team</report>
608                     <report>license</report>
609                     <report>mailing-list</report>
610                     <report>plugin-management</report>
611                     <report>cim</report>
612                     <report>issue-tracking</report>
613                     <report>scm</report>
614                     <report>summary</report>
615                   </reports>
616                 </reportSet>
617               </reportSets>
618             </plugin>
619             <plugin>
620               <groupId>org.codehaus.mojo</groupId>
621               <artifactId>findbugs-maven-plugin</artifactId>
622               <version>2.5.2</version>
623             </plugin>
624             <plugin>
625               <groupId>org.apache.maven.plugins</groupId>
626               <artifactId>maven-pmd-plugin</artifactId>
627               <version>3.0.1</version>
628             </plugin>
629             <plugin>
630               <groupId>org.apache.maven.plugins</groupId>
631               <artifactId>maven-jxr-plugin</artifactId>
632               <version>2.3</version>
633             </plugin>
634           </plugins>
635         </reporting>
636       </profile>
637     </profiles>
638
639     <modules>
640       <module>openflowplugin-api</module>
641       <module>openflowplugin</module>
642       <module>extension</module>
643       <module>distribution/karaf</module>
644       <module>openflowplugin-controller-config</module>
645       <module>openflowplugin-it</module>
646       <module>test-provider</module>
647       <module>drop-test</module>
648       <module>drop-test-karaf</module>
649       <module>test-common</module>
650       <module>features</module>
651       <module>samples/sample-consumer</module>
652       <module>samples/learning-switch</module>
653       <module>applications</module>
654       <module>model</module>
655       <module>legacy</module>
656   </modules>
657 </project>