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