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