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