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