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