Bump to odlparent-5.0.5 and yangtools-3.0.9
[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>4.0.10-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.model</groupId>
365             <artifactId>ietf-restconf</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>junit</groupId>
442             <artifactId>junit</artifactId>
443             <scope>provided</scope>
444         </dependency>
445     </dependencies>
446
447     <build>
448         <plugins>
449             <plugin>
450                 <groupId>org.asciidoctor</groupId>
451                 <artifactId>asciidoctor-maven-plugin</artifactId>
452                 <version>1.5.7.1</version>
453                 <executions>
454                     <execution>
455                         <id>output-html</id>
456                         <phase>generate-resources</phase>
457                         <goals>
458                             <goal>process-asciidoc</goal>
459                         </goals>
460                         <configuration>
461                             <sourceHighlighter>coderay</sourceHighlighter>
462                             <backend>html</backend>
463                             <attributes>
464                                 <toc/>
465                                 <linkcss>false</linkcss>
466                             </attributes>
467                         </configuration>
468                     </execution>
469                 </executions>
470                     <configuration>
471                     <outputDirectory>${project.build.directory}/classes</outputDirectory>
472                     <attributes>
473                         <revnumber>${project.version}</revnumber>
474                         <revdate>${maven.build.timestamp}</revdate>
475                         <organization>${project.organization.name}</organization>
476                     </attributes>
477                 </configuration>
478             </plugin>
479
480             <plugin>
481                 <artifactId>maven-dependency-plugin</artifactId>
482                 <executions>
483                     <execution>
484                         <id>unpack-sources</id>
485                         <phase>prepare-package</phase>
486                         <goals>
487                             <goal>unpack-dependencies</goal>
488                         </goals>
489                         <configuration>
490                             <silent>true</silent>
491                             <classifier>sources</classifier>
492                             <includes>org/opendaylight/**</includes>
493                             <includeGroupIds>org.opendaylight.mdsal</includeGroupIds>
494                             <outputDirectory>${project.build.directory}/src</outputDirectory>
495                         </configuration>
496                     </execution>
497                 </executions>
498             </plugin>
499
500             <plugin>
501                 <groupId>org.codehaus.mojo</groupId>
502                 <artifactId>build-helper-maven-plugin</artifactId>
503                 <executions>
504                     <execution>
505                         <id>add-source</id>
506                         <!-- post-compile, but before prepare-package -->
507                         <phase>process-classes</phase>
508                         <goals>
509                             <goal>add-source</goal>
510                         </goals>
511                         <configuration>
512                             <sources>
513                                 <source>${project.build.directory}/src</source>
514                             </sources>
515                         </configuration>
516                     </execution>
517                 </executions>
518             </plugin>
519             
520             <plugin>
521                 <artifactId>maven-source-plugin</artifactId>
522                 <executions>
523                     <execution>
524                         <id>attach-sources</id>
525                         <!-- prepare-package so we build the source package before javadoc -->
526                         <phase>prepare-package</phase>
527                         <goals>
528                             <goal>jar-no-fork</goal>
529                         </goals>
530                     </execution>
531                 </executions>
532             </plugin>
533
534             <plugin>
535                 <artifactId>maven-clean-plugin</artifactId>
536                 <executions>
537                     <execution>
538                         <id>remove-undocumented-sources</id>
539                         <!-- Before javadoc runs -->
540                         <phase>prepare-package</phase>
541                         <goals>
542                             <goal>clean</goal>
543                         </goals>
544                         <configuration>
545                             <excludeDefaultDirectories>true</excludeDefaultDirectories>
546                             <filesets>
547                                 <fileset>
548                                     <directory>${project.build.directory}/src</directory>
549                                     <includes>
550                                         <include>**/$YangModelBindingProvider.java</include>
551                                         <include>**/$YangModuleInfoImpl.java</include>
552                                     </includes>
553                                 </fileset>
554                             </filesets>
555                         </configuration>
556                     </execution>
557                 </executions>
558             </plugin>
559             <plugin>
560                 <artifactId>maven-javadoc-plugin</artifactId>
561                 <executions>
562                     <execution>
563                         <id>attach-javadocs</id>
564                         <goals>
565                             <goal>jar</goal>
566                         </goals>
567                     </execution>
568                 </executions>
569                 <!-- FIXME: remove this section once we can activate javadoc-links profile -->
570                 <configuration combine.children="append">
571                     <links>
572                         <link>https://junit.org/junit4/javadoc/4.11/</link>
573                         <link>http://hamcrest.org/JavaHamcrest/javadoc/2.1/</link>
574                         <link>http://google.github.io/truth/api/0.43/</link>
575                         <link>http://www.slf4j.org/apidocs/</link>
576                         <link>https://google.github.io/guava/releases/27.1-jre/api/docs/</link>
577                         <link>https://commons.apache.org/proper/commons-lang/javadocs/api-2.6/</link>
578                         <link>https://commons.apache.org/proper/commons-lang/javadocs/api-3.9/</link>
579                         <link>https://commons.apache.org/proper/commons-codec/apidocs/</link>
580
581                         <link>https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/3.0.9/</link>
582                     </links>
583                     <groups>
584                         <group>
585                             <title>Common interfaces</title>
586                             <packages>org.opendaylight.mdsal.common*</packages>
587                         </group>
588                         <group>
589                             <title>Low-level (DOM) MD-SAL</title>
590                             <packages>org.opendaylight.mdsal.dom*</packages>
591                         </group>
592                         <group>
593                             <title>Type-safe (Binding) MD-SAL</title>
594                             <packages>org.opendaylight.mdsal.binding*:org.opendaylight.yangtools.yang.binding*</packages>
595                         </group>
596                         <group>
597                             <title>Entity Ownership Service</title>
598                             <packages>org.opendaylight.mdsal.eos*:org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.core.general.entity*</packages>
599                         </group>
600                         <group>
601                             <title>Cluster Singleton Service</title>
602                             <packages>org.opendaylight.mdsal.singleton*</packages>
603                         </group>
604                         <group>
605                             <title>MD-SAL Tracing Utilities</title>
606                             <packages>org.opendaylight.mdsal.trace*:org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsaltrace*</packages>
607                         </group>
608                         <group>
609                             <title>Baseline utilities for interacting with RFC6991 models</title>
610                             <packages>org.opendaylight.mdsal.model.ietf.util</packages>
611                         </group>
612                         <group>
613                             <title>Java Bindings for iana-afn-safi.yang</title>
614                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.iana.afn.safi*</packages>
615                         </group>
616                         <group>
617                             <title>Java Bindings for iana-hardware.yang</title>
618                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.iana.hardware*</packages>
619                         </group>
620                         <group>
621                             <title>Java Bindings for iana-if-type.yang</title>
622                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.iana._if.type*</packages>
623                         </group>
624                         <group>
625                             <title>Java Bindings for iana-routing-type.yang</title>
626                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.iana.routing.type*</packages>
627                         </group>
628                         <group>
629                             <title>Java Bindings for ietf-access-control-list.yang</title>
630                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.access.control.list*</packages>
631                         </group>
632                         <group>
633                             <title>Java Bindings for ietf-datastores.yang</title>
634                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.datastores*</packages>
635                         </group>
636                         <group>
637                             <title>Java Bindings for ietf-hardware.yang</title>
638                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.hardware*</packages>
639                         </group>
640                         <group>
641                             <title>Java Bindings for ietf-inet-types.yang</title>
642                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types*</packages>
643                         </group>
644                         <group>
645                             <title>Java Bindings for ietf-interfaces.yang</title>
646                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces*</packages>
647                         </group>
648                         <group>
649                             <title>Java Bindings for ietf-ip.yang</title>
650                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.ip.rev*</packages>
651                         </group>
652                         <group>
653                             <title>Java Bindings for ietf-lisp-address-types.yang</title>
654                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.lisp.address.types.*</packages>
655                         </group>
656                         <group>
657                             <title>Java Bindings for ietf-network.yang</title>
658                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.rev*</packages>
659                         </group>
660                         <group>
661                             <title>Java Bindings for ietf-network-topology.yang</title>
662                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.topology.rev*</packages>
663                         </group>
664                         <group>
665                             <title>Java Bindings for ietf-network-state.yang</title>
666                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.state*</packages>
667                         </group>
668                         <group>
669                             <title>Java Bindings for ietf-network-topology-state.yang</title>
670                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.topology.state*</packages>
671                         </group>
672                         <group>
673                             <title>Java Bindings for ietf-origin.yang</title>
674                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.origin*</packages>
675                         </group>
676                         <group>
677                             <title>Java Bindings for ietf-packet-fields.yang</title>
678                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.packet.fields*</packages>
679                         </group>
680                         <group>
681                             <title>Java Bindings for ietf-ipv4-unicast-routing.yang</title>
682                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.ipv4.unicast.routing*</packages>
683                         </group>
684                         <group>
685                             <title>Java Bindings for ietf-ipv6-unicast-routing.yang</title>
686                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.ipv6.unicast.routing*</packages>
687                         </group>
688                         <group>
689                             <title>Java Bindings for ietf-routing.yang</title>
690                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.routing.rev*</packages>
691                         </group>
692                         <group>
693                             <title>Java Bindings for ietf-restconf.yang</title>
694                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf*</packages>
695                         </group>
696                         <group>
697                             <title>Java Bindings for ietf-routing-types.yang</title>
698                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.routing.types*</packages>
699                         </group>
700                         <group>
701                             <title>Java Bindings for ietf-yang-library.yang</title>
702                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.library*</packages>
703                         </group>
704                         <group>
705                             <title>Java Bindings for ietf-yang-schema-mount.yang</title>
706                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.schema.mount*</packages>
707                         </group>
708                         <group>
709                             <title>Java Bindings for ietf-yang-types.yang</title>
710                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types*</packages>
711                         </group>
712                         <group>
713                             <title>Java Bindings for opendaylight-l2-types.yang</title>
714                             <packages>org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types*</packages>
715                         </group>
716                         <group>
717                             <title>Other model-driven Java Bindings</title>
718                             <packages>org.opendaylight.yang.gen.v1*</packages>
719                         </group>
720                     </groups>
721                 </configuration>
722             </plugin>
723         </plugins>
724     </build>
725 </project>