Merge "Bug 3765: Restore dao from mdsal config datastore at startup"
[lispflowmapping.git] / commons / parent / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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/maven-v4_0_0.xsd">
3   <modelVersion>4.0.0</modelVersion>
4
5   <!-- NOTE: Tags we removed: SCM: We don't use maven to pull and push code, so
6              the SCM section does not appear to be needed. See http://maven.apache.org/scm/maven-scm-plugin/usage.html
7
8        NOTE: Our ultimate goal is to remove this pom, and move everything in here
9              up to ODL parent or the root of this project, depending on
10              its relevance. Only the logical root should reference this file. -->
11
12   <parent>
13     <!-- We want to inherit of ODL parent so we can inherit common third party
14          versions etc instead of redefining them here. Also we get some common definitions
15          for plugin configuration etc. -->
16     <groupId>org.opendaylight.odlparent</groupId>
17     <artifactId>odlparent</artifactId>
18     <version>1.6.0-SNAPSHOT</version>
19     <relativePath/>
20   </parent>
21
22   <groupId>org.opendaylight.lispflowmapping</groupId>
23   <artifactId>lispflowmapping-commons</artifactId>
24   <version>1.3.0-SNAPSHOT</version>
25   <packaging>pom</packaging>
26   <name>Parent POM</name>
27
28   <properties>
29     <branding.version>1.2.0-SNAPSHOT</branding.version>
30     <build.suffix>1.0.0</build.suffix>
31     <clustering.services.version>0.7.0-SNAPSHOT</clustering.services.version>
32     <config.version>0.4.0-SNAPSHOT</config.version>
33     <feature.test.version>0.8.0-SNAPSHOT</feature.test.version>
34     <forwardingrulesmanager.version>0.5.0</forwardingrulesmanager.version>
35     <ietf-inet-types.version>2010.09.24.8-SNAPSHOT</ietf-inet-types.version>
36     <jmxGeneratorPath>src/main/yang-gen-config</jmxGeneratorPath>
37     <karaf.empty.version>1.6.0-SNAPSHOT</karaf.empty.version>
38     <karaf.resources.version>1.6.0-SNAPSHOT</karaf.resources.version>
39     <lispflowmapping.version>1.3.0-SNAPSHOT</lispflowmapping.version>
40     <mdsal.version>1.3.0-SNAPSHOT</mdsal.version>
41     <neutron.version>0.6.0-SNAPSHOT</neutron.version>
42     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
43     <nsf.version>0.6.0-SNAPSHOT</nsf.version>
44     <sal.version>0.10.0-SNAPSHOT</sal.version>
45     <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
46     <sonar.jacoco.itReportPath>target/jacoco-it.exec</sonar.jacoco.itReportPath>
47     <sonar.jacoco.reportPath>target/jacoco.exec</sonar.jacoco.reportPath>
48     <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
49     <statisticsmanager.version>0.5.0</statisticsmanager.version>
50     <xtend.dstdir>src/main/xtend-gen</xtend.dstdir>
51     <yang.src.path>src/main/yang</yang.src.path>
52     <yangtools.version>0.8.0-SNAPSHOT</yangtools.version>
53   </properties>
54
55   <dependencyManagement>
56     <dependencies>
57       <!-- NOTE: The "Type" jar is considered default. You only need to specify
58                  the type when it is something other than jar. -->
59       <dependency>
60         <groupId>junit-addons</groupId>
61         <artifactId>junit-addons</artifactId>
62         <version>1.4</version>
63       </dependency>
64       <dependency>
65         <groupId>org.apache.karaf.features</groupId>
66         <artifactId>framework</artifactId>
67         <version>${karaf.version}</version>
68         <type>kar</type>
69       </dependency>
70       <dependency>
71         <groupId>org.hamcrest</groupId>
72         <artifactId>hamcrest-core</artifactId>
73         <version>${hamcrest.version}</version>
74       </dependency>
75       <dependency>
76         <groupId>org.jmock</groupId>
77         <artifactId>jmock-junit4</artifactId>
78         <version>2.6.0</version>
79       </dependency>
80       <dependency>
81         <groupId>org.jmock</groupId>
82         <artifactId>jmock-legacy</artifactId>
83         <version>2.6.0</version>
84       </dependency>
85       <dependency>
86         <groupId>org.opendaylight.controller</groupId>
87         <artifactId>config-api</artifactId>
88         <version>0.4.0-SNAPSHOT</version>
89       </dependency>
90       <dependency>
91         <groupId>org.opendaylight.controller</groupId>
92         <artifactId>config-manager</artifactId>
93         <version>${config.version}</version>
94       </dependency>
95       <dependency>
96         <groupId>org.opendaylight.controller</groupId>
97         <artifactId>config-util</artifactId>
98         <version>0.4.0-SNAPSHOT</version>
99       </dependency>
100       <dependency>
101         <groupId>org.opendaylight.controller</groupId>
102         <artifactId>features-mdsal</artifactId>
103         <version>${mdsal.version}</version>
104         <classifier>features</classifier>
105         <type>xml</type>
106       </dependency>
107       <dependency>
108         <groupId>org.opendaylight.controller</groupId>
109         <artifactId>features-restconf</artifactId>
110         <version>${mdsal.version}</version>
111         <classifier>features</classifier>
112         <type>xml</type>
113       </dependency>
114       <dependency>
115         <groupId>org.opendaylight.controller</groupId>
116         <artifactId>features-netconf-connector</artifactId>
117         <version>${mdsal.version}</version>
118         <classifier>features</classifier>
119         <type>xml</type>
120       </dependency>
121       <dependency>
122         <groupId>org.opendaylight.neutron</groupId>
123         <artifactId>features-neutron</artifactId>
124         <version>${neutron.version}</version>
125         <classifier>features</classifier>
126         <type>xml</type>
127       </dependency>
128       <dependency>
129         <groupId>org.opendaylight.controller</groupId>
130         <artifactId>features-nsf</artifactId>
131         <version>${nsf.version}</version>
132         <classifier>features</classifier>
133         <type>xml</type>
134       </dependency>
135
136       <dependency>
137         <groupId>org.opendaylight.controller</groupId>
138         <artifactId>karaf.branding</artifactId>
139         <version>${branding.version}</version>
140         <scope>compile</scope>
141       </dependency>
142       <dependency>
143         <groupId>org.opendaylight.controller</groupId>
144         <artifactId>netty-event-executor-config</artifactId>
145         <version>${config.version}</version>
146       </dependency>
147       <dependency>
148         <groupId>org.opendaylight.controller</groupId>
149         <artifactId>opendaylight-karaf-empty</artifactId>
150         <version>${karaf.empty.version}</version>
151         <type>zip</type>
152       </dependency>
153
154       <dependency>
155         <groupId>org.opendaylight.controller</groupId>
156         <artifactId>opendaylight-karaf-resources</artifactId>
157         <version>${karaf.resources.version}</version>
158       </dependency>
159       <dependency>
160         <groupId>org.opendaylight.controller</groupId>
161         <artifactId>sal-binding-api</artifactId>
162         <version>${mdsal.version}</version>
163       </dependency>
164       <dependency>
165         <groupId>org.opendaylight.controller</groupId>
166         <artifactId>sal-binding-broker-impl</artifactId>
167         <version>${mdsal.version}</version>
168       </dependency>
169       <dependency>
170         <groupId>org.opendaylight.controller</groupId>
171         <artifactId>sal-binding-config</artifactId>
172         <version>${mdsal.version}</version>
173       </dependency>
174       <dependency>
175         <groupId>org.opendaylight.controller</groupId>
176         <artifactId>sal-broker-impl</artifactId>
177         <version>${mdsal.version}</version>
178       </dependency>
179       <dependency>
180         <groupId>org.opendaylight.controller</groupId>
181         <artifactId>sal-common-util</artifactId>
182         <version>${mdsal.version}</version>
183       </dependency>
184       <dependency>
185         <groupId>org.opendaylight.controller</groupId>
186         <artifactId>sal-netconf-connector</artifactId>
187         <version>${mdsal.version}</version>
188       </dependency>
189       <dependency>
190         <groupId>org.opendaylight.controller</groupId>
191         <artifactId>threadpool-config-api</artifactId>
192         <version>${config.version}</version>
193       </dependency>
194       <dependency>
195         <groupId>org.opendaylight.controller</groupId>
196         <artifactId>threadpool-config-impl</artifactId>
197         <version>0.4.0-SNAPSHOT</version>
198       </dependency>
199       <dependency>
200         <groupId>org.opendaylight.lispflowmapping</groupId>
201         <artifactId>common.build.tools</artifactId>
202         <version>${lispflowmapping.version}</version>
203       </dependency>
204       <dependency>
205         <groupId>org.opendaylight.lispflowmapping</groupId>
206         <artifactId>lispflowmapping-code-commons</artifactId>
207         <version>${lispflowmapping.version}</version>
208       </dependency>
209       <dependency>
210         <groupId>org.opendaylight.lispflowmapping</groupId>
211         <artifactId>lispflowmapping-commons</artifactId>
212         <version>${lispflowmapping.version}</version>
213       </dependency>
214       <dependency>
215         <groupId>org.opendaylight.lispflowmapping</groupId>
216         <artifactId>mappingservice.api</artifactId>
217         <version>${lispflowmapping.version}</version>
218       </dependency>
219       <dependency>
220         <groupId>org.opendaylight.lispflowmapping</groupId>
221         <artifactId>mappingservice.clusterdao</artifactId>
222         <version>${lispflowmapping.version}</version>
223       </dependency>
224       <dependency>
225         <groupId>org.opendaylight.lispflowmapping</groupId>
226         <artifactId>mappingservice.config</artifactId>
227         <version>${lispflowmapping.version}</version>
228       </dependency>
229       <dependency>
230         <groupId>org.opendaylight.lispflowmapping</groupId>
231         <artifactId>mappingservice.implementation</artifactId>
232         <version>${lispflowmapping.version}</version>
233       </dependency>
234
235       <dependency>
236         <groupId>org.opendaylight.lispflowmapping</groupId>
237         <artifactId>mappingservice.netconf</artifactId>
238         <version>${lispflowmapping.version}</version>
239       </dependency>
240       <dependency>
241         <groupId>org.opendaylight.lispflowmapping</groupId>
242         <artifactId>mappingservice.neutron</artifactId>
243         <version>${lispflowmapping.version}</version>
244       </dependency>
245       <dependency>
246         <groupId>org.opendaylight.lispflowmapping</groupId>
247         <artifactId>mappingservice.northbound</artifactId>
248         <version>${lispflowmapping.version}</version>
249       </dependency>
250       <dependency>
251         <groupId>org.opendaylight.lispflowmapping</groupId>
252         <artifactId>mappingservice.shell</artifactId>
253         <version>${lispflowmapping.version}</version>
254       </dependency>
255       <dependency>
256         <groupId>org.opendaylight.lispflowmapping</groupId>
257         <artifactId>mappingservice.southbound</artifactId>
258         <version>${lispflowmapping.version}</version>
259       </dependency>
260       <dependency>
261         <groupId>org.opendaylight.lispflowmapping</groupId>
262         <artifactId>mappingservice.yangmodel</artifactId>
263         <version>${lispflowmapping.version}</version>
264       </dependency>
265       <dependency>
266         <groupId>org.opendaylight.yangtools</groupId>
267         <artifactId>yang-binding</artifactId>
268         <version>0.8.0-SNAPSHOT</version>
269       </dependency>
270       <dependency>
271         <groupId>org.opendaylight.yangtools</groupId>
272         <artifactId>yang-common</artifactId>
273         <version>0.8.0-SNAPSHOT</version>
274       </dependency>
275       <dependency>
276         <groupId>org.opendaylight.yangtools</groupId>
277         <artifactId>yang-data-api</artifactId>
278         <version>0.8.0-SNAPSHOT</version>
279       </dependency>
280       <dependency>
281         <groupId>org.opendaylight.yangtools</groupId>
282         <artifactId>yang-data-impl</artifactId>
283         <version>${yangtools.version}</version>
284       </dependency>
285       <dependency>
286         <groupId>org.opendaylight.yangtools</groupId>
287         <artifactId>yang-data-util</artifactId>
288         <version>0.8.0-SNAPSHOT</version>
289       </dependency>
290       <dependency>
291         <groupId>org.opendaylight.yangtools</groupId>
292         <artifactId>yang-model-api</artifactId>
293         <version>0.8.0-SNAPSHOT</version>
294       </dependency>
295       <dependency>
296         <groupId>org.opendaylight.yangtools</groupId>
297         <artifactId>yang-parser-impl</artifactId>
298         <version>${yangtools.version}</version>
299       </dependency>
300       <dependency>
301         <groupId>org.opendaylight.yangtools.model</groupId>
302         <artifactId>ietf-inet-types</artifactId>
303         <version>${ietf-inet-types.version}</version>
304       </dependency>
305       <dependency>
306         <groupId>org.opendaylight.yangtools.model</groupId>
307         <artifactId>ietf-yang-types</artifactId>
308         <version>${ietf-inet-types.version}</version>
309       </dependency>
310       <dependency>
311         <groupId>org.apache.karaf.features</groupId>
312         <artifactId>standard</artifactId>
313         <version>${karaf.version}</version>
314         <classifier>features</classifier>
315         <type>xml</type>
316         <scope>runtime</scope>
317       </dependency>
318
319       <dependency>
320         <groupId>org.opendaylight.lispflowmapping</groupId>
321         <artifactId>features-lispflowmapping</artifactId>
322         <version>${lispflowmapping.version}</version>
323         <classifier>features</classifier>
324         <type>xml</type>
325         <scope>runtime</scope>
326       </dependency>
327       <dependency>
328         <groupId>org.opendaylight.lispflowmapping</groupId>
329         <artifactId>common.unittest.tools</artifactId>
330         <version>${lispflowmapping.version}</version>
331         <scope>test</scope>
332       </dependency>
333       <dependency>
334         <groupId>org.opendaylight.yangtools</groupId>
335         <artifactId>mockito-configuration</artifactId>
336         <version>${yangtools.version}</version>
337         <scope>test</scope>
338       </dependency>
339     </dependencies>
340   </dependencyManagement>
341   <build>
342     <pluginManagement>
343       <plugins>
344         <plugin>
345           <!-- This configures the sort pom plugin to sort properties, dependencies
346                etc during a build. It helps to ensure consistent poms that are easy to read.
347                While the configuration should exist at a root level it is still up to the
348                individual projects to invoke it by defining the plugin in the build->plugins
349                section. -->
350           <groupId>com.google.code.sortpom</groupId>
351           <artifactId>maven-sortpom-plugin</artifactId>
352           <version>2.2.1</version>
353           <configuration>
354             <createBackupFile>false</createBackupFile>
355             <encoding>${project.build.sourceEncoding}</encoding>
356             <keepBlankLines>true</keepBlankLines>
357             <lineSeparator>\n</lineSeparator>
358             <nrOfIndentSpace>2</nrOfIndentSpace>
359             <predefinedSortOrder>custom_1</predefinedSortOrder>
360             <sortDependencies>scope,groupId,artifactId</sortDependencies>
361             <sortPlugins>groupId,artifactId</sortPlugins>
362             <sortProperties>true</sortProperties>
363           </configuration>
364           <executions>
365             <execution>
366               <goals>
367                 <goal>sort</goal>
368               </goals>
369               <phase>verify</phase>
370             </execution>
371           </executions>
372         </plugin>
373         <plugin>
374           <groupId>org.apache.maven.plugins</groupId>
375           <artifactId>maven-assembly-plugin</artifactId>
376           <version>2.4</version>
377         </plugin>
378         <plugin>
379           <!-- TODO move up to ODL parent. -->
380           <!-- This is required to make sure that we delete the files which are
381                being generated under the src/main directory since by default only files
382                under target get cleaned up. Because the clean plugin is automatically invoked
383                you do NOT need to specify it in the build->plugin section. You would only
384                want to override this if you have additional folders which need to be cleaned
385                up. -->
386           <artifactId>maven-clean-plugin</artifactId>
387           <configuration>
388             <filesets>
389               <fileset>
390                 <directory>${xtend.dstdir}</directory>
391                 <includes>
392                   <include>**</include>
393                 </includes>
394               </fileset>
395               <fileset>
396                 <directory>${jmxGeneratorPath}</directory>
397                 <includes>
398                   <include>**</include>
399                 </includes>
400               </fileset>
401               <fileset>
402                 <directory>${salGeneratorPath}</directory>
403                 <includes>
404                   <include>**</include>
405                 </includes>
406               </fileset>
407             </filesets>
408           </configuration>
409         </plugin>
410         <plugin>
411           <!-- Configures the java doc generation. Generally you should not have
412                to override this unless you need to exclude other packages etc. -->
413           <groupId>org.apache.maven.plugins</groupId>
414           <artifactId>maven-javadoc-plugin</artifactId>
415           <configuration>
416             <doclet>org.jboss.apiviz.APIviz</doclet>
417             <docletArtifact>
418               <groupId>org.jboss.apiviz</groupId>
419               <artifactId>apiviz</artifactId>
420               <version>1.3.2.GA</version>
421             </docletArtifact>
422             <finalName>${project.artifactId}-${project.version}</finalName>
423             <useStandardDocletOptions>true</useStandardDocletOptions>
424             <charset>UTF-8</charset>
425             <encoding>UTF-8</encoding>
426             <docencoding>UTF-8</docencoding>
427             <breakiterator>true</breakiterator>
428             <version>true</version>
429             <author>true</author>
430             <keywords>true</keywords>
431             <excludePackageNames>net.sf.jnetlib.*:cern.*:corejava:*.internal:edu.uci.*</excludePackageNames>
432             <failOnError>false</failOnError>
433           </configuration>
434         </plugin>
435         <plugin>
436           <groupId>org.apache.maven.plugins</groupId>
437           <artifactId>maven-jxr-plugin</artifactId>
438           <version>2.3</version>
439           <configuration>
440             <aggregate>true</aggregate>
441             <linkJavadoc>true</linkJavadoc>
442             <javadocDir>target/apidocs</javadocDir>
443           </configuration>
444         </plugin>
445         <plugin>
446           <!-- TODO: This should be in ODL parent -->
447           <groupId>org.codehaus.mojo</groupId>
448           <artifactId>build-helper-maven-plugin</artifactId>
449           <executions>
450             <execution>
451               <id>add-source</id>
452               <goals>
453                 <goal>add-source</goal>
454               </goals>
455               <phase>generate-sources</phase>
456               <configuration>
457                 <sources>
458                   <source>${yang.src.path}</source>
459                   <source>${jmxGeneratorPath}</source>
460                   <source>${salGeneratorPath}</source>
461                   <source>${xtend.dstdir}</source>
462                 </sources>
463               </configuration>
464             </execution>
465           </executions>
466         </plugin>
467
468         <plugin>
469           <groupId>org.eclipse.m2e</groupId>
470           <artifactId>lifecycle-mapping</artifactId>
471           <version>1.0.0</version>
472           <configuration>
473             <lifecycleMappingMetadata>
474               <pluginExecutions>
475                 <pluginExecution>
476                   <pluginExecutionFilter>
477                     <groupId>org.codehaus.mojo</groupId>
478                     <artifactId>properties-maven-plugin</artifactId>
479                     <versionRange>[0.0,)</versionRange>
480                     <goals>
481                       <goal>set-system-properties</goal>
482                     </goals>
483                   </pluginExecutionFilter>
484                   <action>
485                     <ignore></ignore>
486                   </action>
487                 </pluginExecution>
488                 <pluginExecution>
489                   <pluginExecutionFilter>
490                     <groupId>org.jacoco</groupId>
491                     <artifactId>jacoco-maven-plugin</artifactId>
492                     <versionRange>[0.0,)</versionRange>
493                     <goals>
494                       <goal>prepare-agent</goal>
495                       <goal>pre-test</goal>
496                       <goal>post-test</goal>
497                     </goals>
498                   </pluginExecutionFilter>
499                   <action>
500                     <ignore></ignore>
501                   </action>
502                 </pluginExecution>
503                 <pluginExecution>
504                   <pluginExecutionFilter>
505                     <groupId>org.ops4j.pax.exam</groupId>
506                     <artifactId>maven-paxexam-plugin</artifactId>
507                     <versionRange>[1.2.4,)</versionRange>
508                     <goals>
509                       <goal>generate-depends-file</goal>
510                     </goals>
511                   </pluginExecutionFilter>
512                   <action>
513                     <ignore></ignore>
514                   </action>
515                 </pluginExecution>
516                 <pluginExecution>
517                   <pluginExecutionFilter>
518                     <groupId>org.apache.maven.plugins</groupId>
519                     <artifactId>maven-checkstyle-plugin</artifactId>
520                     <versionRange>[2.0,)</versionRange>
521                     <goals>
522                       <goal>check</goal>
523                     </goals>
524                   </pluginExecutionFilter>
525                   <action>
526                     <ignore></ignore>
527                   </action>
528                 </pluginExecution>
529                 <pluginExecution>
530                   <pluginExecutionFilter>
531                     <groupId>org.opendaylight.yangtools</groupId>
532                     <artifactId>yang-maven-plugin</artifactId>
533                     <versionRange>[0.5,)</versionRange>
534                     <goals>
535                       <goal>generate-sources</goal>
536                     </goals>
537                   </pluginExecutionFilter>
538                   <action>
539                     <ignore></ignore>
540                   </action>
541                 </pluginExecution>
542               </pluginExecutions>
543             </lifecycleMappingMetadata>
544           </configuration>
545         </plugin>
546         <plugin>
547           <!-- here we are defining the default generators for yang You may need
548                to override this in child poms if you want to define additional generators,
549                such as the JMX generator etc. -->
550           <groupId>org.opendaylight.yangtools</groupId>
551           <artifactId>yang-maven-plugin</artifactId>
552           <version>${yangtools.version}</version>
553           <dependencies>
554             <dependency>
555               <groupId>org.opendaylight.yangtools</groupId>
556               <artifactId>maven-sal-api-gen-plugin</artifactId>
557               <version>${yangtools.version}</version>
558             </dependency>
559           </dependencies>
560           <executions>
561             <execution>
562               <goals>
563                 <goal>generate-sources</goal>
564               </goals>
565               <configuration>
566                 <yangFilesRootDir>${yang.src.path}</yangFilesRootDir>
567                 <codeGenerators>
568                   <generator>
569                     <codeGeneratorClass>org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl</codeGeneratorClass>
570                     <outputBaseDir>${salGeneratorPath}</outputBaseDir>
571                   </generator>
572                 </codeGenerators>
573                 <inspectDependencies>true</inspectDependencies>
574               </configuration>
575             </execution>
576           </executions>
577         </plugin>
578       </plugins>
579     </pluginManagement>
580     <plugins>
581       <plugin>
582         <groupId>org.jacoco</groupId>
583         <artifactId>jacoco-maven-plugin</artifactId>
584         <executions>
585           <execution>
586             <id>prepare-ut-agent</id>
587             <phase>process-test-classes</phase>
588             <goals>
589               <goal>prepare-agent</goal>
590             </goals>
591             <configuration>
592               <destFile>${sonar.jacoco.reportPath}</destFile>
593             </configuration>
594           </execution>
595           <execution>
596             <id>prepare-it-agent</id>
597             <phase>pre-integration-test</phase>
598             <goals>
599               <goal>prepare-agent</goal>
600             </goals>
601             <configuration>
602               <destFile>${sonar.jacoco.itReportPath}</destFile>
603             </configuration>
604           </execution>
605            <execution>
606              <id>post-test</id>
607              <phase>test</phase>
608              <goals>
609                <goal>report</goal>
610              </goals>
611            </execution>
612         </executions>
613       </plugin>
614       <plugin>
615         <groupId>org.codehaus.mojo</groupId>
616         <artifactId>build-helper-maven-plugin</artifactId>
617       </plugin>
618     </plugins>
619   </build>
620
621   <reporting>
622     <outputDirectory>${project.build.directory}/site</outputDirectory>
623     <excludeDefaults>true</excludeDefaults>
624     <plugins>
625       <plugin>
626         <groupId>org.apache.maven.plugins</groupId>
627         <artifactId>maven-javadoc-plugin</artifactId>
628         <version>2.8.1</version>
629         <configuration>
630           <doclet>org.jboss.apiviz.APIviz</doclet>
631           <docletArtifact>
632             <groupId>org.jboss.apiviz</groupId>
633             <artifactId>apiviz</artifactId>
634             <version>1.3.2.GA</version>
635           </docletArtifact>
636           <finalName>${project.artifactId}-${build.suffix}</finalName>
637           <useStandardDocletOptions>true</useStandardDocletOptions>
638           <charset>UTF-8</charset>
639           <encoding>UTF-8</encoding>
640           <docencoding>UTF-8</docencoding>
641           <breakiterator>true</breakiterator>
642           <version>true</version>
643           <author>true</author>
644           <keywords>true</keywords>
645           <excludePackageNames>*.internal:edu.uci.*</excludePackageNames>
646         </configuration>
647       </plugin>
648       <plugin>
649         <groupId>org.apache.maven.plugins</groupId>
650         <artifactId>maven-jxr-plugin</artifactId>
651         <version>2.3</version>
652         <configuration>
653           <aggregate>true</aggregate>
654           <linkJavadoc>true</linkJavadoc>
655         </configuration>
656       </plugin>
657       <plugin>
658         <groupId>org.apache.maven.plugins</groupId>
659         <artifactId>maven-project-info-reports-plugin</artifactId>
660         <version>${projectinfo}</version>
661         <configuration>
662           <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
663           <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
664         </configuration>
665         <reportSets>
666           <reportSet>
667             <reports>
668               <report>index</report>
669               <report>project-team</report>
670               <report>license</report>
671               <report>mailing-list</report>
672               <report>plugin-management</report>
673               <report>cim</report>
674               <report>issue-tracking</report>
675               <report>scm</report>
676               <report>summary</report>
677             </reports>
678           </reportSet>
679         </reportSets>
680       </plugin>
681     </plugins>
682   </reporting>
683
684   <distributionManagement>
685     <!-- Note: We want the nexus proxy property here because want to enable
686          devs to upload this artifact using mvn deploy to other maven repositories. -->
687     <!-- OpenDayLight Released artifact -->
688     <repository>
689       <id>opendaylight-release</id>
690       <url>${nexusproxy}/repositories/opendaylight.release/</url>
691     </repository>
692     <!-- OpenDayLight Snapshot artifact -->
693     <snapshotRepository>
694       <id>opendaylight-snapshot</id>
695       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
696     </snapshotRepository>
697     <!-- Site deployment -->
698   </distributionManagement>
699
700 </project>