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