Add basic netty replication utility
[mdsal.git] / docs / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <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">
11     <modelVersion>4.0.0</modelVersion>
12     <parent>
13         <groupId>org.opendaylight.mdsal</groupId>
14         <artifactId>dom-parent</artifactId>
15         <version>5.0.12-SNAPSHOT</version>
16         <relativePath>../dom/dom-parent</relativePath>
17     </parent>
18
19     <artifactId>mdsal-docs</artifactId>
20     <packaging>jar</packaging>
21     <name>${project.artifactId}</name>
22     <description>MD-SAL documentation</description>
23
24     <dependencies>
25         <dependency>
26             <groupId>org.opendaylight.mdsal</groupId>
27             <artifactId>mdsal-common-api</artifactId>
28         </dependency>
29         <dependency>
30             <groupId>org.opendaylight.mdsal</groupId>
31             <artifactId>mdsal-common-util</artifactId>
32         </dependency>
33         <dependency>
34             <groupId>org.opendaylight.mdsal</groupId>
35             <artifactId>mdsal-dom-api</artifactId>
36         </dependency>
37         <dependency>
38             <groupId>org.opendaylight.mdsal</groupId>
39             <artifactId>mdsal-dom-spi</artifactId>
40         </dependency>
41         <dependency>
42             <groupId>org.opendaylight.mdsal</groupId>
43             <artifactId>mdsal-dom-broker</artifactId>
44         </dependency>
45         <dependency>
46             <groupId>org.opendaylight.mdsal</groupId>
47             <artifactId>mdsal-dom-schema-service-osgi</artifactId>
48         </dependency>
49         <dependency>
50             <groupId>org.opendaylight.mdsal</groupId>
51             <artifactId>mdsal-dom-inmemory-datastore</artifactId>
52         </dependency>
53         <dependency>
54             <groupId>org.opendaylight.mdsal</groupId>
55             <artifactId>maven-sal-api-gen-plugin</artifactId>
56         </dependency>
57         <dependency>
58             <groupId>org.opendaylight.mdsal</groupId>
59             <artifactId>mdsal-binding-generator-api</artifactId>
60         </dependency>
61         <dependency>
62             <groupId>org.opendaylight.mdsal</groupId>
63             <artifactId>mdsal-binding-generator-util</artifactId>
64         </dependency>
65         <dependency>
66             <groupId>org.opendaylight.mdsal</groupId>
67             <artifactId>mdsal-binding-generator-impl</artifactId>
68         </dependency>
69         <dependency>
70             <groupId>org.opendaylight.mdsal</groupId>
71             <artifactId>mdsal-binding-java-api-generator</artifactId>
72         </dependency>
73         <dependency>
74             <groupId>org.opendaylight.mdsal</groupId>
75             <artifactId>yang-binding</artifactId>
76         </dependency>
77         <dependency>
78             <groupId>org.opendaylight.mdsal</groupId>
79             <artifactId>mdsal-binding-spec-util</artifactId>
80         </dependency>
81         <!--dependency>
82             <groupId>org.opendaylight.mdsal</groupId>
83             <artifactId>mdsal-binding-test-model</artifactId>
84             <scope>provided</scope>
85         </dependency-->
86
87         <dependency>
88             <groupId>org.opendaylight.mdsal</groupId>
89             <artifactId>mdsal-binding-api</artifactId>
90         </dependency>
91         <dependency>
92             <groupId>org.opendaylight.mdsal</groupId>
93             <artifactId>mdsal-binding-dom-adapter</artifactId>
94         </dependency>
95         <dependency>
96             <groupId>org.opendaylight.mdsal</groupId>
97             <artifactId>mdsal-binding-dom-adapter</artifactId>
98             <type>test-jar</type>
99             <scope>provided</scope>
100         </dependency>
101         <dependency>
102             <groupId>org.opendaylight.mdsal</groupId>
103             <artifactId>mdsal-binding-dom-codec</artifactId>
104         </dependency>
105         <dependency>
106             <groupId>org.opendaylight.mdsal</groupId>
107             <artifactId>mdsal-binding-dom-codec-osgi</artifactId>
108         </dependency>
109         <dependency>
110             <groupId>org.opendaylight.mdsal</groupId>
111             <artifactId>mdsal-binding-spi</artifactId>
112         </dependency>
113         <dependency>
114             <groupId>org.opendaylight.mdsal</groupId>
115             <artifactId>mdsal-binding-util</artifactId>
116         </dependency>
117         <dependency>
118             <groupId>org.opendaylight.mdsal</groupId>
119             <artifactId>mdsal-binding-test-utils</artifactId>
120             <scope>provided</scope>
121         </dependency>
122
123         <dependency>
124             <groupId>org.opendaylight.mdsal.model</groupId>
125             <artifactId>yang-ext</artifactId>
126         </dependency>
127         <dependency>
128             <groupId>org.opendaylight.mdsal.model</groupId>
129             <artifactId>general-entity</artifactId>
130         </dependency>
131
132         <dependency>
133             <groupId>org.opendaylight.mdsal</groupId>
134             <artifactId>mdsal-eos-common-api</artifactId>
135         </dependency>
136         <dependency>
137             <groupId>org.opendaylight.mdsal</groupId>
138             <artifactId>mdsal-eos-common-spi</artifactId>
139         </dependency>
140         <dependency>
141             <groupId>org.opendaylight.mdsal</groupId>
142             <artifactId>mdsal-eos-dom-api</artifactId>
143         </dependency>
144         <dependency>
145             <groupId>org.opendaylight.mdsal</groupId>
146             <artifactId>mdsal-eos-dom-simple</artifactId>
147         </dependency>
148         <dependency>
149             <groupId>org.opendaylight.mdsal</groupId>
150             <artifactId>mdsal-eos-binding-api</artifactId>
151         </dependency>
152         <dependency>
153             <groupId>org.opendaylight.mdsal</groupId>
154             <artifactId>mdsal-eos-binding-adapter</artifactId>
155         </dependency>
156         <dependency>
157             <groupId>org.opendaylight.mdsal</groupId>
158             <artifactId>mdsal-singleton-common-api</artifactId>
159         </dependency>
160         <dependency>
161             <groupId>org.opendaylight.mdsal</groupId>
162             <artifactId>mdsal-singleton-dom-impl</artifactId>
163         </dependency>
164
165         <dependency>
166             <groupId>org.opendaylight.mdsal</groupId>
167             <artifactId>mdsal-trace-api</artifactId>
168         </dependency>
169         <dependency>
170             <groupId>org.opendaylight.mdsal</groupId>
171             <artifactId>mdsal-trace-cli</artifactId>
172         </dependency>
173         <dependency>
174             <groupId>org.opendaylight.mdsal</groupId>
175             <artifactId>mdsal-trace-impl</artifactId>
176         </dependency>
177
178         <dependency>
179             <groupId>org.opendaylight.mdsal</groupId>
180             <artifactId>mdsal-yanglib-api</artifactId>
181         </dependency>
182         <dependency>
183             <groupId>org.opendaylight.mdsal</groupId>
184             <artifactId>mdsal-yanglib-rfc7895</artifactId>
185         </dependency>
186         <dependency>
187             <groupId>org.opendaylight.mdsal</groupId>
188             <artifactId>mdsal-yanglib-rfc8525</artifactId>
189         </dependency>
190
191         <dependency>
192             <groupId>org.opendaylight.mdsal</groupId>
193             <artifactId>mdsal-replicate-common</artifactId>
194         </dependency>
195         <dependency>
196             <groupId>org.opendaylight.mdsal</groupId>
197             <artifactId>mdsal-replicate-netty</artifactId>
198         </dependency>
199
200         <dependency>
201             <groupId>org.opendaylight.mdsal.model</groupId>
202             <artifactId>odl-uint24</artifactId>
203         </dependency>
204         <dependency>
205             <groupId>org.opendaylight.mdsal</groupId>
206             <artifactId>mdsal-uint24-netty</artifactId>
207         </dependency>
208
209         <dependency>
210             <groupId>org.opendaylight.mdsal.model</groupId>
211             <artifactId>opendaylight-l2-types</artifactId>
212         </dependency>
213         <dependency>
214             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
215             <artifactId>rfc6991</artifactId>
216         </dependency>
217         <dependency>
218             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
219             <artifactId>rfc6991-ietf-inet-types</artifactId>
220         </dependency>
221         <dependency>
222             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
223             <artifactId>rfc6991-ietf-yang-types</artifactId>
224         </dependency>
225         <dependency>
226             <groupId>org.opendaylight.mdsal.model</groupId>
227             <artifactId>ietf-type-util</artifactId>
228         </dependency>
229         <dependency>
230             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
231             <artifactId>rfc7223</artifactId>
232         </dependency>
233         <dependency>
234             <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
235             <artifactId>iana-if-type</artifactId>
236         </dependency>
237         <dependency>
238             <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
239             <artifactId>rfc7224-20180703-iana-if-type</artifactId>
240         </dependency>
241         <dependency>
242             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
243             <artifactId>rfc7277</artifactId>
244         </dependency>
245         <dependency>
246             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
247             <artifactId>rfc7895</artifactId>
248         </dependency>
249         <dependency>
250             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
251             <artifactId>rfc7952</artifactId>
252         </dependency>
253         <dependency>
254             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
255             <artifactId>rfc8294</artifactId>
256         </dependency>
257         <dependency>
258             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
259             <artifactId>rfc8294-ietf-routing-types</artifactId>
260         </dependency>
261         <dependency>
262             <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
263             <artifactId>iana-routing-types</artifactId>
264         </dependency>
265         <dependency>
266             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
267             <artifactId>rfc8342</artifactId>
268         </dependency>
269         <dependency>
270             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
271             <artifactId>rfc8342-ietf-datastores</artifactId>
272         </dependency>
273         <dependency>
274             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
275             <artifactId>rfc8342-ietf-origin</artifactId>
276         </dependency>
277         <dependency>
278             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
279             <artifactId>rfc8343</artifactId>
280         </dependency>
281         <dependency>
282             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
283             <artifactId>rfc8344</artifactId>
284         </dependency>
285         <dependency>
286             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
287             <artifactId>rfc8345</artifactId>
288         </dependency>
289         <dependency>
290             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
291             <artifactId>rfc8345-ietf-network</artifactId>
292         </dependency>
293         <dependency>
294             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
295             <artifactId>rfc8345-ietf-network-state</artifactId>
296         </dependency>
297         <dependency>
298             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
299             <artifactId>rfc8345-ietf-network-topology</artifactId>
300         </dependency>
301         <dependency>
302             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
303             <artifactId>rfc8345-ietf-network-topology-state</artifactId>
304         </dependency>
305         <dependency>
306             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
307             <artifactId>rfc8348</artifactId>
308         </dependency>
309         <dependency>
310             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
311             <artifactId>rfc8348-ietf-hardware</artifactId>
312         </dependency>
313         <dependency>
314             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
315             <artifactId>rfc8348-ietf-hardware-state</artifactId>
316         </dependency>
317         <dependency>
318             <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
319             <artifactId>iana-hardware</artifactId>
320         </dependency>
321         <dependency>
322             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
323             <artifactId>rfc8349</artifactId>
324         </dependency>
325         <dependency>
326             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
327             <artifactId>rfc8349-ietf-routing</artifactId>
328         </dependency>
329         <dependency>
330             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
331             <artifactId>rfc8349-ietf-ipv4-unicast-routing</artifactId>
332         </dependency>
333         <dependency>
334             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
335             <artifactId>rfc8349-ietf-ipv6-unicast-routing</artifactId>
336         </dependency>
337         <dependency>
338             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
339             <artifactId>rfc8519</artifactId>
340         </dependency>
341         <dependency>
342             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
343             <artifactId>rfc8519-ietf-access-control-list</artifactId>
344         </dependency>
345         <dependency>
346             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
347             <artifactId>rfc8519-ietf-ethertypes</artifactId>
348         </dependency>
349         <dependency>
350             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
351             <artifactId>rfc8519-ietf-packet-fields</artifactId>
352         </dependency>
353         <dependency>
354             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
355             <artifactId>rfc8520</artifactId>
356         </dependency>
357         <dependency>
358             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
359             <artifactId>rfc8520-ietf-acldns</artifactId>
360         </dependency>
361         <dependency>
362             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
363             <artifactId>rfc8520-ietf-mud</artifactId>
364         </dependency>
365         <dependency>
366             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
367             <artifactId>rfc8525</artifactId>
368         </dependency>
369         <dependency>
370             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
371             <artifactId>rfc8528</artifactId>
372         </dependency>
373         <dependency>
374             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
375             <artifactId>rfc8529</artifactId>
376         </dependency>
377         <dependency>
378             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
379             <artifactId>rfc8530</artifactId>
380         </dependency>
381         <dependency>
382             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
383             <artifactId>rfc8542</artifactId>
384         </dependency>
385         <dependency>
386             <groupId>org.opendaylight.mdsal.model</groupId>
387             <artifactId>ietf-ted</artifactId>
388         </dependency>
389         <dependency>
390             <groupId>org.opendaylight.mdsal.model</groupId>
391             <artifactId>ietf-topology</artifactId>
392         </dependency>
393         <dependency>
394             <groupId>org.opendaylight.mdsal.model</groupId>
395             <artifactId>ietf-topology-isis</artifactId>
396         </dependency>
397         <dependency>
398             <groupId>org.opendaylight.mdsal.model</groupId>
399             <artifactId>ietf-topology-l3-unicast-igp</artifactId>
400         </dependency>
401         <dependency>
402             <groupId>org.opendaylight.mdsal.model</groupId>
403             <artifactId>ietf-topology-ospf</artifactId>
404         </dependency>
405         <dependency>
406             <groupId>org.opendaylight.mdsal.model</groupId>
407             <artifactId>ietf-lisp-address-types-2015-11-05</artifactId>
408         </dependency>
409
410         <dependency>
411             <groupId>org.opendaylight.mdsal.model</groupId>
412             <artifactId>ietf-packet-fields</artifactId>
413         </dependency>
414         <dependency>
415             <groupId>org.opendaylight.mdsal.model</groupId>
416             <artifactId>ietf-access-control-list</artifactId>
417         </dependency>
418         <dependency>
419             <groupId>org.opendaylight.mdsal.model</groupId>
420             <artifactId>iana-afn-safi</artifactId>
421         </dependency>
422
423         <!-- Also add dependencies we are using -->
424         <dependency>
425             <groupId>javax.inject</groupId>
426             <artifactId>javax.inject</artifactId>
427         </dependency>
428         <dependency>
429             <groupId>org.apache.karaf.shell</groupId>
430             <artifactId>org.apache.karaf.shell.core</artifactId>
431             <scope>provided</scope>
432         </dependency>
433         <dependency>
434             <groupId>org.apache.maven</groupId>
435             <artifactId>maven-core</artifactId>
436             <scope>provided</scope>
437         </dependency>
438         <dependency>
439             <groupId>org.sonatype.plexus</groupId>
440             <artifactId>plexus-build-api</artifactId>
441             <scope>provided</scope>
442         </dependency>
443         <dependency>
444             <groupId>org.immutables</groupId>
445             <artifactId>value</artifactId>
446             <scope>provided</scope>
447         </dependency>
448         <dependency>
449             <groupId>org.kohsuke.metainf-services</groupId>
450             <artifactId>metainf-services</artifactId>
451             <scope>provided</scope>
452         </dependency>
453         <dependency>
454             <groupId>org.osgi</groupId>
455             <artifactId>org.osgi.core</artifactId>
456             <scope>provided</scope>
457         </dependency>
458         <dependency>
459             <groupId>org.apache.aries.blueprint</groupId>
460             <artifactId>blueprint-maven-plugin-annotation</artifactId>
461             <scope>provided</scope>
462         </dependency>
463         <dependency>
464             <groupId>junit</groupId>
465             <artifactId>junit</artifactId>
466             <scope>provided</scope>
467         </dependency>
468         <dependency>
469             <groupId>org.ow2.asm</groupId>
470             <artifactId>asm</artifactId>
471             <scope>provided</scope>
472         </dependency>
473     </dependencies>
474
475     <build>
476         <plugins>
477             <plugin>
478                 <groupId>org.asciidoctor</groupId>
479                 <artifactId>asciidoctor-maven-plugin</artifactId>
480                 <version>1.5.7.1</version>
481                 <executions>
482                     <execution>
483                         <id>output-html</id>
484                         <phase>generate-resources</phase>
485                         <goals>
486                             <goal>process-asciidoc</goal>
487                         </goals>
488                         <configuration>
489                             <sourceHighlighter>coderay</sourceHighlighter>
490                             <backend>html</backend>
491                             <attributes>
492                                 <toc/>
493                                 <linkcss>false</linkcss>
494                             </attributes>
495                         </configuration>
496                     </execution>
497                 </executions>
498                     <configuration>
499                     <outputDirectory>${project.build.directory}/classes</outputDirectory>
500                     <attributes>
501                         <revnumber>${project.version}</revnumber>
502                         <revdate>${maven.build.timestamp}</revdate>
503                         <organization>${project.organization.name}</organization>
504                     </attributes>
505                 </configuration>
506             </plugin>
507
508             <plugin>
509                 <artifactId>maven-dependency-plugin</artifactId>
510                 <executions>
511                     <execution>
512                         <id>unpack-sources</id>
513                         <phase>prepare-package</phase>
514                         <goals>
515                             <goal>unpack-dependencies</goal>
516                         </goals>
517                         <configuration>
518                             <silent>true</silent>
519                             <classifier>sources</classifier>
520                             <includes>org/opendaylight/**</includes>
521                             <includeGroupIds>org.opendaylight.mdsal</includeGroupIds>
522                             <outputDirectory>${project.build.directory}/src</outputDirectory>
523                         </configuration>
524                     </execution>
525                 </executions>
526             </plugin>
527
528             <plugin>
529                 <groupId>org.codehaus.mojo</groupId>
530                 <artifactId>build-helper-maven-plugin</artifactId>
531                 <executions>
532                     <execution>
533                         <id>add-source</id>
534                         <!-- post-compile, but before prepare-package -->
535                         <phase>process-classes</phase>
536                         <goals>
537                             <goal>add-source</goal>
538                         </goals>
539                         <configuration>
540                             <sources>
541                                 <source>${project.build.directory}/src</source>
542                             </sources>
543                         </configuration>
544                     </execution>
545                 </executions>
546             </plugin>
547             
548             <plugin>
549                 <artifactId>maven-source-plugin</artifactId>
550                 <executions>
551                     <execution>
552                         <id>attach-sources</id>
553                         <!-- prepare-package so we build the source package before javadoc -->
554                         <phase>prepare-package</phase>
555                         <goals>
556                             <goal>jar-no-fork</goal>
557                         </goals>
558                     </execution>
559                 </executions>
560             </plugin>
561
562             <plugin>
563                 <artifactId>maven-clean-plugin</artifactId>
564                 <executions>
565                     <execution>
566                         <id>remove-undocumented-sources</id>
567                         <!-- Before javadoc runs -->
568                         <phase>prepare-package</phase>
569                         <goals>
570                             <goal>clean</goal>
571                         </goals>
572                         <configuration>
573                             <excludeDefaultDirectories>true</excludeDefaultDirectories>
574                             <filesets>
575                                 <fileset>
576                                     <directory>${project.build.directory}/src</directory>
577                                     <includes>
578                                         <include>**/$YangModelBindingProvider.java</include>
579                                         <include>**/$YangModuleInfoImpl.java</include>
580                                     </includes>
581                                 </fileset>
582                             </filesets>
583                         </configuration>
584                     </execution>
585                 </executions>
586             </plugin>
587             <plugin>
588                 <artifactId>maven-javadoc-plugin</artifactId>
589                 <executions>
590                     <execution>
591                         <id>attach-javadocs</id>
592                         <goals>
593                             <goal>jar</goal>
594                         </goals>
595                     </execution>
596                 </executions>
597                 <!-- FIXME: remove this section once we can activate javadoc-links profile -->
598                 <configuration combine.children="append">
599                     <links>
600                         <link>https://junit.org/junit4/javadoc/4.13/</link>
601                         <link>http://hamcrest.org/JavaHamcrest/javadoc/2.2/</link>
602                         <link>http://google.github.io/truth/api/0.43/</link>
603                         <link>http://www.slf4j.org/apidocs/</link>
604                         <link>https://google.github.io/guava/releases/27.1-jre/api/docs/</link>
605                         <link>https://commons.apache.org/proper/commons-lang/javadocs/api-2.6/</link>
606                         <link>https://commons.apache.org/proper/commons-lang/javadocs/api-3.9/</link>
607                         <link>https://commons.apache.org/proper/commons-codec/apidocs/</link>
608
609                         <link>https://www.javadoc.io/doc/org.opendaylight.odlparent/odlparent-docs/6.0.7/</link>
610                         <link>https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/4.0.9/</link>
611                     </links>
612                     <groups>
613                         <group>
614                             <title>Common interfaces</title>
615                             <packages>org.opendaylight.mdsal.common*</packages>
616                         </group>
617                         <group>
618                             <title>Low-level (DOM) MD-SAL</title>
619                             <packages>org.opendaylight.mdsal.dom*</packages>
620                         </group>
621                         <group>
622                             <title>Type-safe (Binding) MD-SAL</title>
623                             <packages>org.opendaylight.mdsal.binding*:org.opendaylight.yangtools.yang.binding*</packages>
624                         </group>
625                         <group>
626                             <title>Entity Ownership Service</title>
627                             <packages>org.opendaylight.mdsal.eos*:org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.core.general.entity*</packages>
628                         </group>
629                         <group>
630                             <title>Cluster Singleton Service</title>
631                             <packages>org.opendaylight.mdsal.singleton*</packages>
632                         </group>
633                         <group>
634                             <title>MD-SAL Tracing Utilities</title>
635                             <packages>org.opendaylight.mdsal.trace*:org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsaltrace*</packages>
636                         </group>
637                         <group>
638                             <title>Baseline utilities for interacting with RFC6991 models</title>
639                             <packages>org.opendaylight.mdsal.model.ietf.util</packages>
640                         </group>
641                         <group>
642                             <title>Java Bindings for iana-afn-safi.yang</title>
643                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.iana.afn.safi*</packages>
644                         </group>
645                         <group>
646                             <title>Java Bindings for iana-hardware.yang</title>
647                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.iana.hardware*</packages>
648                         </group>
649                         <group>
650                             <title>Java Bindings for iana-if-type.yang</title>
651                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.iana._if.type*</packages>
652                         </group>
653                         <group>
654                             <title>Java Bindings for iana-routing-type.yang</title>
655                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.iana.routing.type*</packages>
656                         </group>
657                         <group>
658                             <title>Java Bindings for ietf-access-control-list.yang</title>
659                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.access.control.list*</packages>
660                         </group>
661                         <group>
662                             <title>Java Bindings for ietf-datastores.yang</title>
663                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.datastores*</packages>
664                         </group>
665                         <group>
666                             <title>Java Bindings for ietf-hardware.yang</title>
667                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.hardware*</packages>
668                         </group>
669                         <group>
670                             <title>Java Bindings for ietf-inet-types.yang</title>
671                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types*</packages>
672                         </group>
673                         <group>
674                             <title>Java Bindings for ietf-interfaces.yang</title>
675                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces*</packages>
676                         </group>
677                         <group>
678                             <title>Java Bindings for ietf-ip.yang</title>
679                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.ip.rev*</packages>
680                         </group>
681                         <group>
682                             <title>Java Bindings for ietf-lisp-address-types.yang</title>
683                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.lisp.address.types.*</packages>
684                         </group>
685                         <group>
686                             <title>Java Bindings for ietf-network.yang</title>
687                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.rev*</packages>
688                         </group>
689                         <group>
690                             <title>Java Bindings for ietf-network-topology.yang</title>
691                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.topology.rev*</packages>
692                         </group>
693                         <group>
694                             <title>Java Bindings for ietf-network-state.yang</title>
695                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.state*</packages>
696                         </group>
697                         <group>
698                             <title>Java Bindings for ietf-network-topology-state.yang</title>
699                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.topology.state*</packages>
700                         </group>
701                         <group>
702                             <title>Java Bindings for ietf-origin.yang</title>
703                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.origin*</packages>
704                         </group>
705                         <group>
706                             <title>Java Bindings for ietf-packet-fields.yang</title>
707                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.packet.fields*</packages>
708                         </group>
709                         <group>
710                             <title>Java Bindings for ietf-ipv4-unicast-routing.yang</title>
711                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.ipv4.unicast.routing*</packages>
712                         </group>
713                         <group>
714                             <title>Java Bindings for ietf-ipv6-unicast-routing.yang</title>
715                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.ipv6.unicast.routing*</packages>
716                         </group>
717                         <group>
718                             <title>Java Bindings for ietf-routing.yang</title>
719                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.routing.rev*</packages>
720                         </group>
721                         <group>
722                             <title>Java Bindings for ietf-routing-types.yang</title>
723                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.routing.types*</packages>
724                         </group>
725                         <group>
726                             <title>Java Bindings for ietf-yang-library.yang</title>
727                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.library*</packages>
728                         </group>
729                         <group>
730                             <title>Java Bindings for ietf-yang-schema-mount.yang</title>
731                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.schema.mount*</packages>
732                         </group>
733                         <group>
734                             <title>Java Bindings for ietf-yang-types.yang</title>
735                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types*</packages>
736                         </group>
737                         <group>
738                             <title>Java Bindings for opendaylight-l2-types.yang</title>
739                             <packages>org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types*</packages>
740                         </group>
741                         <group>
742                             <title>Other model-driven Java Bindings</title>
743                             <packages>org.opendaylight.yang.gen.v1*</packages>
744                         </group>
745                     </groups>
746                 </configuration>
747             </plugin>
748         </plugins>
749     </build>
750 </project>