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