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