c6010f7df019aa8999f89299e62550db5ead273c
[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.0-SNAPSHOT</version>
16         <relativePath>../dom/dom-parent</relativePath>
17     </parent>
18
19     <artifactId>mdsal-docs</artifactId>
20     <packaging>jar</packaging>
21     <name>${project.artifactId}</name>
22     <description>MD-SAL documentation</description>
23
24     <dependencies>
25         <dependency>
26             <groupId>org.opendaylight.mdsal</groupId>
27             <artifactId>mdsal-common-api</artifactId>
28         </dependency>
29         <dependency>
30             <groupId>org.opendaylight.mdsal</groupId>
31             <artifactId>mdsal-common-util</artifactId>
32         </dependency>
33         <dependency>
34             <groupId>org.opendaylight.mdsal</groupId>
35             <artifactId>mdsal-dom-api</artifactId>
36         </dependency>
37         <dependency>
38             <groupId>org.opendaylight.mdsal</groupId>
39             <artifactId>mdsal-dom-spi</artifactId>
40         </dependency>
41         <dependency>
42             <groupId>org.opendaylight.mdsal</groupId>
43             <artifactId>mdsal-dom-broker</artifactId>
44         </dependency>
45         <dependency>
46             <groupId>org.opendaylight.mdsal</groupId>
47             <artifactId>mdsal-dom-schema-service-osgi</artifactId>
48         </dependency>
49         <dependency>
50             <groupId>org.opendaylight.mdsal</groupId>
51             <artifactId>mdsal-dom-inmemory-datastore</artifactId>
52         </dependency>
53         <dependency>
54             <groupId>org.opendaylight.mdsal</groupId>
55             <artifactId>maven-sal-api-gen-plugin</artifactId>
56         </dependency>
57         <dependency>
58             <groupId>org.opendaylight.mdsal</groupId>
59             <artifactId>mdsal-binding-generator-api</artifactId>
60         </dependency>
61         <dependency>
62             <groupId>org.opendaylight.mdsal</groupId>
63             <artifactId>mdsal-binding-generator-util</artifactId>
64         </dependency>
65         <dependency>
66             <groupId>org.opendaylight.mdsal</groupId>
67             <artifactId>mdsal-binding-generator-impl</artifactId>
68         </dependency>
69         <dependency>
70             <groupId>org.opendaylight.mdsal</groupId>
71             <artifactId>mdsal-binding-java-api-generator</artifactId>
72         </dependency>
73         <dependency>
74             <groupId>org.opendaylight.mdsal</groupId>
75             <artifactId>yang-binding</artifactId>
76         </dependency>
77         <dependency>
78             <groupId>org.opendaylight.mdsal</groupId>
79             <artifactId>mdsal-binding-spec-util</artifactId>
80         </dependency>
81         <!--dependency>
82             <groupId>org.opendaylight.mdsal</groupId>
83             <artifactId>mdsal-binding-test-model</artifactId>
84             <scope>provided</scope>
85         </dependency-->
86
87         <dependency>
88             <groupId>org.opendaylight.mdsal</groupId>
89             <artifactId>mdsal-binding-api</artifactId>
90         </dependency>
91         <dependency>
92             <groupId>org.opendaylight.mdsal</groupId>
93             <artifactId>mdsal-binding-dom-adapter</artifactId>
94         </dependency>
95         <!--dependency>
96             <groupId>org.opendaylight.mdsal</groupId>
97             <artifactId>mdsal-binding-dom-adapter</artifactId>
98             <type>test-jar</type>
99             <scope>test</scope>
100         </dependency-->
101         <dependency>
102             <groupId>org.opendaylight.mdsal</groupId>
103             <artifactId>mdsal-binding-dom-codec</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>junit</groupId>
442             <artifactId>junit</artifactId>
443             <scope>provided</scope>
444         </dependency>
445         <dependency>
446             <groupId>org.ow2.asm</groupId>
447             <artifactId>asm</artifactId>
448             <scope>provided</scope>
449         </dependency>
450     </dependencies>
451
452     <build>
453         <plugins>
454             <plugin>
455                 <groupId>org.asciidoctor</groupId>
456                 <artifactId>asciidoctor-maven-plugin</artifactId>
457                 <version>1.5.7.1</version>
458                 <executions>
459                     <execution>
460                         <id>output-html</id>
461                         <phase>generate-resources</phase>
462                         <goals>
463                             <goal>process-asciidoc</goal>
464                         </goals>
465                         <configuration>
466                             <sourceHighlighter>coderay</sourceHighlighter>
467                             <backend>html</backend>
468                             <attributes>
469                                 <toc/>
470                                 <linkcss>false</linkcss>
471                             </attributes>
472                         </configuration>
473                     </execution>
474                 </executions>
475                     <configuration>
476                     <outputDirectory>${project.build.directory}/classes</outputDirectory>
477                     <attributes>
478                         <revnumber>${project.version}</revnumber>
479                         <revdate>${maven.build.timestamp}</revdate>
480                         <organization>${project.organization.name}</organization>
481                     </attributes>
482                 </configuration>
483             </plugin>
484
485             <plugin>
486                 <artifactId>maven-dependency-plugin</artifactId>
487                 <executions>
488                     <execution>
489                         <id>unpack-sources</id>
490                         <phase>prepare-package</phase>
491                         <goals>
492                             <goal>unpack-dependencies</goal>
493                         </goals>
494                         <configuration>
495                             <silent>true</silent>
496                             <classifier>sources</classifier>
497                             <includes>org/opendaylight/**</includes>
498                             <includeGroupIds>org.opendaylight.mdsal</includeGroupIds>
499                             <outputDirectory>${project.build.directory}/src</outputDirectory>
500                         </configuration>
501                     </execution>
502                 </executions>
503             </plugin>
504
505             <plugin>
506                 <artifactId>maven-antrun-plugin</artifactId>
507                 <executions>
508                     <execution>
509                         <!-- For JDK11 builds we want to remove references to sun.reflect -->
510                         <id>remove-sun.reflect-links</id>
511                         <phase>prepare-package</phase>
512                         <goals>
513                             <goal>run</goal>
514                         </goals>
515                         <configuration>
516                             <target>
517                                 <replace file="${project.build.directory}/src/org/opendaylight/mdsal/binding/dom/codec/jar/bytebuddy/implementation/bind/annotation/Super.java"
518                                     token="{@link sun.reflect" value="{@code sun.reflect" failOnNoReplacements="true"/>
519                                 <replace file="${project.build.directory}/src/org/opendaylight/mdsal/binding/dom/codec/jar/bytebuddy/implementation/auxiliary/TypeProxy.java"
520                                     token="{@link sun.reflect" value="{@code sun.reflect" failOnNoReplacements="true"/>
521                             </target>
522                         </configuration>
523                     </execution>
524                 </executions>
525             </plugin>
526
527             <plugin>
528                 <groupId>org.codehaus.mojo</groupId>
529                 <artifactId>build-helper-maven-plugin</artifactId>
530                 <executions>
531                     <execution>
532                         <id>add-source</id>
533                         <!-- post-compile, but before prepare-package -->
534                         <phase>process-classes</phase>
535                         <goals>
536                             <goal>add-source</goal>
537                         </goals>
538                         <configuration>
539                             <sources>
540                                 <source>${project.build.directory}/src</source>
541                             </sources>
542                         </configuration>
543                     </execution>
544                 </executions>
545             </plugin>
546             
547             <plugin>
548                 <artifactId>maven-source-plugin</artifactId>
549                 <executions>
550                     <execution>
551                         <id>attach-sources</id>
552                         <!-- prepare-package so we build the source package before javadoc -->
553                         <phase>prepare-package</phase>
554                         <goals>
555                             <goal>jar-no-fork</goal>
556                         </goals>
557                     </execution>
558                 </executions>
559             </plugin>
560
561             <plugin>
562                 <artifactId>maven-clean-plugin</artifactId>
563                 <executions>
564                     <execution>
565                         <id>remove-undocumented-sources</id>
566                         <!-- Before javadoc runs -->
567                         <phase>prepare-package</phase>
568                         <goals>
569                             <goal>clean</goal>
570                         </goals>
571                         <configuration>
572                             <excludeDefaultDirectories>true</excludeDefaultDirectories>
573                             <filesets>
574                                 <fileset>
575                                     <directory>${project.build.directory}/src</directory>
576                                     <includes>
577                                         <include>**/$YangModelBindingProvider.java</include>
578                                         <include>**/$YangModuleInfoImpl.java</include>
579                                     </includes>
580                                 </fileset>
581                             </filesets>
582                         </configuration>
583                     </execution>
584                 </executions>
585             </plugin>
586             <plugin>
587                 <artifactId>maven-javadoc-plugin</artifactId>
588                 <executions>
589                     <execution>
590                         <id>attach-javadocs</id>
591                         <goals>
592                             <goal>jar</goal>
593                         </goals>
594                     </execution>
595                 </executions>
596                 <!-- FIXME: remove this section once we can activate javadoc-links profile -->
597                 <configuration combine.children="append">
598                     <links>
599                         <link>https://junit.org/junit4/javadoc/4.11/</link>
600                         <link>http://hamcrest.org/JavaHamcrest/javadoc/1.3/</link>
601                         <link>http://google.github.io/truth/api/0.42/</link>
602                         <link>https://www.slf4j.org/apidocs/</link>
603                         <link>https://google.github.io/guava/releases/25.1-jre/api/docs/</link>
604                         <link>https://commons.apache.org/proper/commons-lang/javadocs/api-2.6/</link>
605                         <link>https://commons.apache.org/proper/commons-lang/javadocs/api-3.8.1/</link>
606                         <link>https://commons.apache.org/proper/commons-codec/apidocs/</link>
607                     </links>
608                     <groups>
609                         <group>
610                             <title>Common interfaces</title>
611                             <packages>org.opendaylight.mdsal.common*</packages>
612                         </group>
613                         <group>
614                             <title>Low-level (DOM) MD-SAL</title>
615                             <packages>org.opendaylight.mdsal.dom*</packages>
616                         </group>
617                         <group>
618                             <title>Type-safe (Binding) MD-SAL</title>
619                             <packages>org.opendaylight.mdsal.binding*:org.opendaylight.yangtools.yang.binding*</packages>
620                         </group>
621                         <group>
622                             <title>Entity Ownership Service</title>
623                             <packages>org.opendaylight.mdsal.eos*:org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.core.general.entity*</packages>
624                         </group>
625                         <group>
626                             <title>Cluster Singleton Service</title>
627                             <packages>org.opendaylight.mdsal.singleton*</packages>
628                         </group>
629                         <group>
630                             <title>MD-SAL Tracing Utilities</title>
631                             <packages>org.opendaylight.mdsal.trace*:org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsaltrace*</packages>
632                         </group>
633                         <group>
634                             <title>Baseline utilities for interacting with RFC6991 models</title>
635                             <packages>org.opendaylight.mdsal.model.ietf.util</packages>
636                         </group>
637                         <group>
638                             <title>Java Bindings for iana-afn-safi.yang</title>
639                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.iana.afn.safi*</packages>
640                         </group>
641                         <group>
642                             <title>Java Bindings for iana-hardware.yang</title>
643                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.iana.hardware*</packages>
644                         </group>
645                         <group>
646                             <title>Java Bindings for iana-if-type.yang</title>
647                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.iana._if.type*</packages>
648                         </group>
649                         <group>
650                             <title>Java Bindings for iana-routing-type.yang</title>
651                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.iana.routing.type*</packages>
652                         </group>
653                         <group>
654                             <title>Java Bindings for ietf-access-control-list.yang</title>
655                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.access.control.list*</packages>
656                         </group>
657                         <group>
658                             <title>Java Bindings for ietf-datastores.yang</title>
659                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.datastores*</packages>
660                         </group>
661                         <group>
662                             <title>Java Bindings for ietf-hardware.yang</title>
663                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.hardware*</packages>
664                         </group>
665                         <group>
666                             <title>Java Bindings for ietf-inet-types.yang</title>
667                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types*</packages>
668                         </group>
669                         <group>
670                             <title>Java Bindings for ietf-interfaces.yang</title>
671                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces*</packages>
672                         </group>
673                         <group>
674                             <title>Java Bindings for ietf-ip.yang</title>
675                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.ip.rev*</packages>
676                         </group>
677                         <group>
678                             <title>Java Bindings for ietf-lisp-address-types.yang</title>
679                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.lisp.address.types.*</packages>
680                         </group>
681                         <group>
682                             <title>Java Bindings for ietf-network.yang</title>
683                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.rev*</packages>
684                         </group>
685                         <group>
686                             <title>Java Bindings for ietf-network-topology.yang</title>
687                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.topology.rev*</packages>
688                         </group>
689                         <group>
690                             <title>Java Bindings for ietf-network-state.yang</title>
691                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.state*</packages>
692                         </group>
693                         <group>
694                             <title>Java Bindings for ietf-network-topology-state.yang</title>
695                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.topology.state*</packages>
696                         </group>
697                         <group>
698                             <title>Java Bindings for ietf-origin.yang</title>
699                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.origin*</packages>
700                         </group>
701                         <group>
702                             <title>Java Bindings for ietf-packet-fields.yang</title>
703                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.packet.fields*</packages>
704                         </group>
705                         <group>
706                             <title>Java Bindings for ietf-ipv4-unicast-routing.yang</title>
707                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.ipv4.unicast.routing*</packages>
708                         </group>
709                         <group>
710                             <title>Java Bindings for ietf-ipv6-unicast-routing.yang</title>
711                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.ipv6.unicast.routing*</packages>
712                         </group>
713                         <group>
714                             <title>Java Bindings for ietf-routing.yang</title>
715                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.routing.rev*</packages>
716                         </group>
717                         <group>
718                             <title>Java Bindings for ietf-routing-types.yang</title>
719                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.routing.types*</packages>
720                         </group>
721                         <group>
722                             <title>Java Bindings for ietf-yang-library.yang</title>
723                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.library*</packages>
724                         </group>
725                         <group>
726                             <title>Java Bindings for ietf-yang-schema-mount.yang</title>
727                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.schema.mount*</packages>
728                         </group>
729                         <group>
730                             <title>Java Bindings for ietf-yang-types.yang</title>
731                             <packages>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types*</packages>
732                         </group>
733                         <group>
734                             <title>Java Bindings for opendaylight-l2-types.yang</title>
735                             <packages>org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types*</packages>
736                         </group>
737                         <group>
738                             <title>Other model-driven Java Bindings</title>
739                             <packages>org.opendaylight.yang.gen.v1*</packages>
740                         </group>
741                     </groups>
742                 </configuration>
743             </plugin>
744         </plugins>
745     </build>
746 </project>