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