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