changed sonar's name
[lispflowmapping.git] / commons / parent / pom.xml
1 <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">
2         <modelVersion>4.0.0</modelVersion>
3         <groupId>org.opendaylight.lispflowmapping</groupId>
4         <artifactId>lispflowmapping-commons</artifactId>
5         <name>Parent POM</name>
6         <version>1.1.11-SNAPSHOT</version>
7         <description />
8         <packaging>pom</packaging>
9         <url>http://www.opendaylight.org</url>
10         <scm>
11                 <connection>scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git</connection>
12                 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/lispflowmapping.git</developerConnection>
13                 <url>https://wiki.opendaylight.org/view/OpenDaylight_Lisp_Flow_Mapping:Main</url>
14                 <tag>HEAD</tag>
15         </scm>
16         <properties>
17                 <lispflowmapping.version>1.1.11-SNAPSHOT</lispflowmapping.version>
18                 <jacoco.version>0.5.3.201107060350</jacoco.version>
19                 <enforcer.version>1.3.1</enforcer.version>
20                 <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
21                 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22                 <projectinfo>2.6</projectinfo>
23                 <enunciate.version>1.26.2</enunciate.version>
24                 <guava.version>14.0.1</guava.version>
25                 <build.suffix>1.0.0</build.suffix>
26                 <yangtools.binding.version>0.6.1</yangtools.binding.version>
27                 <yang.binding.version>0.6.1</yang.binding.version>
28                 <yang.version>0.6.1</yang.version>
29                 <yang.codegen.version>0.6.1</yang.codegen.version>
30                 <sonar.host.url>https://sonar.opendaylight.org/</sonar.host.url>
31                 <sonar.branch>${user.name}-develop</sonar.branch>
32                 <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
33                 <sonar.language>java</sonar.language>
34                 <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
35                 <sonar.jacoco.Reportpath>target/jacoco.exec</sonar.jacoco.Reportpath>
36                 <sonar.jacoco.itReportPath>target/jacoco-it.exec</sonar.jacoco.itReportPath>
37                 <forwardingrulesmanager.version>0.5.0</forwardingrulesmanager.version>
38                 <statisticsmanager.version>0.5.0</statisticsmanager.version>
39                 <maven.compile.plugin.version>2.5.1</maven.compile.plugin.version>
40                 <java.version.source>1.7</java.version.source>
41                 <java.version.target>1.7</java.version.target>
42                 <releaseplugin.version>2.3.2</releaseplugin.version>
43                 <slf4j.version>1.7.2</slf4j.version>
44         </properties>
45         <repositories>
46
47     <!-- OpenDayLight Repo Mirror -->
48     <repository>
49       <id>opendaylight-mirror</id>
50       <name>opendaylight-mirror</name>
51       <url>${nexusproxy}/groups/public/</url>
52       <snapshots>
53           <enabled>false</enabled>
54       </snapshots>
55       <releases>
56           <enabled>true</enabled>
57           <updatePolicy>never</updatePolicy>
58       </releases>
59     </repository>
60     <!-- OpenDayLight Snapshot artifact -->
61     <repository>
62       <id>opendaylight-snapshot</id>
63       <name>opendaylight-snapshot</name>
64       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
65       <snapshots>
66           <enabled>true</enabled>
67       </snapshots>
68       <releases>
69           <enabled>false</enabled>
70       </releases>
71     </repository>
72     <repository>
73       <id>opendaylight-snapshot-release</id>
74       <name>opendaylight-snapshot-release</name>
75       <url>${nexusproxy}/repositories/opendaylight.release/</url>
76       <snapshots>
77           <enabled>false</enabled>
78       </snapshots>
79       <releases>
80           <enabled>true</enabled>
81       </releases>
82     </repository>
83     <repository>
84                         <id>maven-restlet</id>
85                         <name>Public online Restlet repository</name>
86                         <url>http://maven.restlet.org</url>
87                         <snapshots>
88                                 <enabled>true</enabled>
89                                 <updatePolicy>never</updatePolicy>
90                         </snapshots>
91                 </repository>
92   </repositories>
93   
94     <pluginRepositories>
95     <!-- OpenDayLight Repo Mirror -->
96     <pluginRepository>
97       <id>opendaylight-mirror</id>
98       <name>opendaylight-mirror</name>
99       <url>${nexusproxy}/groups/public/</url>
100       <snapshots>
101           <enabled>false</enabled>
102       </snapshots>
103       <releases>
104           <enabled>true</enabled>
105           <updatePolicy>never</updatePolicy>
106       </releases>
107     </pluginRepository>
108     <!-- OpenDayLight Snapshot artifact -->
109     <pluginRepository>
110       <id>opendaylight-snapshot</id>
111       <name>opendaylight-snapshot</name>
112       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
113       <snapshots>
114           <enabled>true</enabled>
115       </snapshots>
116       <releases>
117           <enabled>false</enabled>
118       </releases>
119     </pluginRepository>
120   </pluginRepositories>
121
122         <distributionManagement>
123                 <!-- OpenDayLight Released artifact -->
124                 <repository>
125                         <id>opendaylight-release</id>
126                         <url>${nexusproxy}/repositories/opendaylight.release/</url>
127                 </repository>
128                 <!-- OpenDayLight Snapshot artifact -->
129                 <snapshotRepository>
130                         <id>opendaylight-snapshot</id>
131                         <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
132                 </snapshotRepository>
133                 <!-- Site deployment -->
134         </distributionManagement>
135
136         <dependencyManagement>
137                 <dependencies>
138                         <dependency>
139                                 <groupId>org.opendaylight.controller</groupId>
140                                 <artifactId>clustering.services</artifactId>
141                                 <version>0.5.1-SNAPSHOT</version>
142                         </dependency>
143                         <dependency>
144                                 <groupId>org.opendaylight.yangtools</groupId>
145                                 <artifactId>yang-binding</artifactId>
146                                 <version>0.6.2-SNAPSHOT</version>
147                         </dependency>
148                         <dependency>
149                                 <groupId>org.opendaylight.yangtools</groupId>
150                                 <artifactId>yang-common</artifactId>
151                                 <version>0.6.2-SNAPSHOT</version>
152                         </dependency>
153                         <dependency>
154                                 <groupId>org.opendaylight.yangtools</groupId>
155                                 <artifactId>yang-data-api</artifactId>
156                                 <version>0.6.2-SNAPSHOT</version>
157                         </dependency>
158                         <dependency>
159                                 <groupId>org.opendaylight.yangtools</groupId>
160                                 <artifactId>yang-model-api</artifactId>
161                                 <version>0.6.2-SNAPSHOT</version>
162                         </dependency>
163                         <dependency>
164                                 <groupId>org.opendaylight.yangtools</groupId>
165                                 <artifactId>yang-data-util</artifactId>
166                                 <version>0.6.2-SNAPSHOT</version>
167                         </dependency>
168                         <dependency>
169                                 <groupId>org.opendaylight.yangtools.model</groupId>
170                                 <artifactId>ietf-inet-types</artifactId>
171                                 <version>2010.09.24.4-SNAPSHOT</version>
172                         </dependency>
173                         <dependency>
174                                 <groupId>org.opendaylight.yangtools.model</groupId>
175                                 <artifactId>ietf-yang-types</artifactId>
176                                 <version>2010.09.24.4-SNAPSHOT</version>
177                         </dependency>
178                         <dependency>
179                                 <groupId>com.google.guava</groupId>
180                                 <artifactId>guava</artifactId>
181                                 <version>${guava.version}</version>
182                         </dependency>
183                         <dependency>
184                                 <groupId>org.opendaylight.controller</groupId>
185                                 <artifactId>sal</artifactId>
186                                 <version>0.8.1-SNAPSHOT</version>
187                         </dependency>
188                         <dependency>
189                                 <groupId>junit</groupId>
190                                 <artifactId>junit</artifactId>
191                                 <version>4.8.1</version>
192                         </dependency>
193                         <dependency>
194                                 <groupId>org.hamcrest</groupId>
195                                 <artifactId>hamcrest-core</artifactId>
196                                 <version>1.3</version>
197                         </dependency>
198                         <dependency>
199                                 <groupId>org.jmock</groupId>
200                                 <artifactId>jmock-junit4</artifactId>
201                                 <version>2.6.0</version>
202                         </dependency>
203                         <dependency>
204                                 <groupId>org.jmock</groupId>
205                                 <artifactId>jmock-legacy</artifactId>
206                                 <version>2.6.0</version>
207                         </dependency>
208                         <dependency>
209                                 <groupId>junit-addons</groupId>
210                                 <artifactId>junit-addons</artifactId>
211                                 <version>1.4</version>
212                         </dependency>
213                         <dependency>
214                                 <groupId>equinoxSDK381</groupId>
215                                 <artifactId>org.eclipse.osgi</artifactId>
216                                 <version>3.8.1.v20120830-144521</version>
217                         </dependency>
218                         <dependency>
219                                 <groupId>org.opendaylight.controller</groupId>
220                                 <artifactId>sal-binding-api</artifactId>
221                                 <version>1.1-SNAPSHOT</version>
222                         </dependency>
223                         <dependency>
224                                 <groupId>org.opendaylight.controller</groupId>
225                                 <artifactId>sal-common-util</artifactId>
226                                 <version>1.1-SNAPSHOT</version>
227                         </dependency>
228                         <dependency>
229                                 <groupId>org.opendaylight.controller</groupId>
230                                 <artifactId>config-api</artifactId>
231                                 <version>0.2.5-SNAPSHOT</version>
232                         </dependency>
233             <dependency>
234               <groupId>org.opendaylight.lispflowmapping</groupId>
235               <artifactId>mappingservice.yangmodel</artifactId>
236               <version>${lispflowmapping.version}</version>
237             </dependency>
238             <dependency>
239               <groupId>org.opendaylight.lispflowmapping</groupId>
240               <artifactId>mappingservice.api</artifactId>
241               <version>${lispflowmapping.version}</version>
242             </dependency>
243             <dependency>
244               <groupId>org.opendaylight.lispflowmapping</groupId>
245               <artifactId>mappingservice.config</artifactId>
246               <version>${lispflowmapping.version}</version>
247             </dependency>
248             <dependency>
249               <groupId>org.opendaylight.lispflowmapping</groupId>
250               <artifactId>mappingservice.implementation</artifactId>
251               <version>${lispflowmapping.version}</version>
252             </dependency>
253             <dependency>
254                 <groupId>org.opendaylight.lispflowmapping</groupId>
255                 <artifactId>mappingservice.clusterdao</artifactId>
256                 <version>${lispflowmapping.version}</version>
257             </dependency>
258             <dependency>
259               <groupId>org.opendaylight.lispflowmapping</groupId>
260               <artifactId>mappingservice.southbound</artifactId>
261               <version>${lispflowmapping.version}</version>
262             </dependency>
263             <dependency>
264               <groupId>org.opendaylight.lispflowmapping</groupId>
265               <artifactId>mappingservice.northbound</artifactId>
266               <version>${lispflowmapping.version}</version>
267             </dependency>
268                 <dependency>
269                         <groupId>org.opendaylight.lispflowmapping</groupId>
270                         <artifactId>common.unittest.tools</artifactId>
271                         <version>${lispflowmapping.version}</version>
272                         <scope>test</scope>
273                 </dependency>
274                 <dependency>
275                         <groupId>org.opendaylight.lispflowmapping</groupId>
276                         <artifactId>common.build.tools</artifactId>
277                         <version>${lispflowmapping.version}</version>
278                 </dependency>
279                 <dependency>
280                         <groupId>org.opendaylight.lispflowmapping</groupId>
281                         <artifactId>lispflowmapping-code-commons</artifactId>
282                         <version>${lispflowmapping.version}</version>
283                 </dependency>
284                 <dependency>
285                         <groupId>org.opendaylight.lispflowmapping</groupId>
286                         <artifactId>lispflowmapping-commons</artifactId>
287                         <version>${lispflowmapping.version}</version>
288                 </dependency>
289                 </dependencies>
290         </dependencyManagement>
291
292         <reporting>
293                 <excludeDefaults>true</excludeDefaults>
294                 <outputDirectory>${project.build.directory}/site</outputDirectory>
295                 <plugins>
296                         <plugin>
297                                 <groupId>org.apache.maven.plugins</groupId>
298                                 <artifactId>maven-project-info-reports-plugin</artifactId>
299                                 <version>${projectinfo}</version>
300                                 <configuration>
301                                         <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
302                                         <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
303                                 </configuration>
304                                 <reportSets>
305                                         <reportSet>
306                                                 <reports>
307                                                         <report>index</report>
308                                                         <report>project-team</report>
309                                                         <report>license</report>
310                                                         <report>mailing-list</report>
311                                                         <report>plugin-management</report>
312                                                         <report>cim</report>
313                                                         <report>issue-tracking</report>
314                                                         <report>scm</report>
315                                                         <report>summary</report>
316                                                 </reports>
317                                         </reportSet>
318                                 </reportSets>
319                         </plugin>
320                         <plugin>
321                                 <groupId>org.apache.maven.plugins</groupId>
322                                 <artifactId>maven-jxr-plugin</artifactId>
323                                 <version>2.3</version>
324                                 <configuration>
325                                         <aggregate>true</aggregate>
326                                         <linkJavadoc>true</linkJavadoc>
327                                 </configuration>
328                         </plugin>
329                         <plugin>
330                                 <groupId>org.apache.maven.plugins</groupId>
331                                 <artifactId>maven-javadoc-plugin</artifactId>
332                                 <version>2.8.1</version>
333                                 <configuration>
334                                         <doclet>org.jboss.apiviz.APIviz</doclet>
335                                         <docletArtifact>
336                                                 <groupId>org.jboss.apiviz</groupId>
337                                                 <artifactId>apiviz</artifactId>
338                                                 <version>1.3.2.GA</version>
339                                         </docletArtifact>
340                                         <finalName>${project.artifactId}-${build.suffix}</finalName>
341                                         <useStandardDocletOptions>true</useStandardDocletOptions>
342                                         <charset>UTF-8</charset>
343                                         <encoding>UTF-8</encoding>
344                                         <docencoding>UTF-8</docencoding>
345                                         <breakiterator>true</breakiterator>
346                                         <version>true</version>
347                                         <author>true</author>
348                                         <keywords>true</keywords>
349                                         <excludePackageNames>*.internal:edu.uci.*</excludePackageNames>
350                                 </configuration>
351                         </plugin>
352                 </plugins>
353         </reporting>
354         <build>
355                 <pluginManagement>
356                         <plugins>
357                         <plugin>
358           <groupId>org.apache.maven.plugins</groupId>
359           <artifactId>maven-release-plugin</artifactId>
360           <version>${releaseplugin.version}</version>
361         </plugin>
362                                 <plugin>
363                                         <groupId>org.jacoco</groupId>
364                                         <artifactId>jacoco-maven-plugin</artifactId>
365                                         <version>${jacoco.version}</version>
366                                 </plugin>
367                                 <plugin>
368                                         <groupId>org.apache.felix</groupId>
369                                         <artifactId>maven-bundle-plugin</artifactId>
370                                         <version>2.3.6</version>
371                                         <extensions>true</extensions>
372                                         <configuration>
373                                                 <manifestLocation>${project.basedir}/META-INF</manifestLocation>
374                                         </configuration>
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                                         <groupId>org.apache.maven.plugins</groupId>
383                                         <artifactId>maven-compiler-plugin</artifactId>
384                                         <version>2.3.2</version>
385                                         <configuration>
386                                                 <source>1.7</source>
387                                                 <target>1.7</target>
388                                         </configuration>
389                                 </plugin>
390                                 <plugin>
391                                         <groupId>org.apache.maven.plugins</groupId>
392                                         <artifactId>maven-dependency-plugin</artifactId>
393                                         <version>2.8</version>
394                                 </plugin>
395                                 <plugin>
396                                         <groupId>org.apache.maven.plugins</groupId>
397                                         <artifactId>maven-surefire-plugin</artifactId>
398                                         <version>2.14.1</version>
399                                 </plugin>
400                                 <plugin>
401                                         <groupId>org.opendaylight.yangtools</groupId>
402                                         <artifactId>yang-maven-plugin</artifactId>
403                                         <version>0.6.2-SNAPSHOT</version>
404                                         <executions>
405                                                 <execution>
406                                                         <goals>
407                                                                 <goal>generate-sources</goal>
408                                                         </goals>
409                                                         <configuration>
410                                                                 <yangFilesRootDir>src/main/yang</yangFilesRootDir>
411                                                                 <codeGenerators>
412                                                                         <generator>
413                                                                                 <codeGeneratorClass>
414                                                                                         org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl
415                                                                                 </codeGeneratorClass>
416                                                                                 <outputBaseDir>
417                                                                                         target/generated-sources/sal
418                                                                                 </outputBaseDir>
419                                                                         </generator>
420                                                                 </codeGenerators>
421                                                                 <inspectDependencies>true</inspectDependencies>
422                                                         </configuration>
423                                                 </execution>
424                                         </executions>
425                                         <dependencies>
426                                                 <dependency>
427                                                         <groupId>org.opendaylight.yangtools</groupId>
428                                                         <artifactId>maven-sal-api-gen-plugin</artifactId>
429                                                         <version>0.6.2-SNAPSHOT</version>
430                                                         <type>jar</type>
431                                                 </dependency>
432                                         </dependencies>
433                                 </plugin>
434                                 <plugin>
435                                         <groupId>org.codehaus.mojo</groupId>
436                                         <artifactId>build-helper-maven-plugin</artifactId>
437                                         <version>1.7</version>
438                                         <executions>
439                                                 <execution>
440                                                         <phase>generate-sources</phase>
441                                                         <goals>
442                                                                 <goal>add-source</goal>
443                                                         </goals>
444                                                         <configuration>
445                                                                 <sources>
446                                                                         <source>target/generated-sources/sal</source>
447                                                                 </sources>
448                                                         </configuration>
449                                                 </execution>
450                                         </executions>
451                                 </plugin>
452                                 <plugin>
453                                         <groupId>org.eclipse.m2e</groupId>
454                                         <artifactId>lifecycle-mapping</artifactId>
455                                         <version>1.0.0</version>
456                                         <configuration>
457                                                 <lifecycleMappingMetadata>
458                                                         <pluginExecutions>
459                                                                 <pluginExecution>
460                                                                         <pluginExecutionFilter>
461                                                                                 <groupId>org.codehaus.mojo</groupId>
462                                                                                 <artifactId>properties-maven-plugin</artifactId>
463                                                                                 <versionRange>[0.0,)</versionRange>
464                                                                                 <goals>
465                                                                                         <goal>set-system-properties</goal>
466                                                                                 </goals>
467                                                                         </pluginExecutionFilter>
468                                                                         <action>
469                                                                                 <ignore />
470                                                                         </action>
471                                                                 </pluginExecution>
472                                                                 <pluginExecution>
473                                                                         <pluginExecutionFilter>
474                                                                                 <groupId>org.codehaus.enunciate</groupId>
475                                                                                 <artifactId>maven-enunciate-plugin</artifactId>
476                                                                                 <versionRange>[0.0,)</versionRange>
477                                                                                 <goals>
478                                                                                         <goal>docs</goal>
479                                                                                 </goals>
480                                                                         </pluginExecutionFilter>
481                                                                         <action>
482                                                                                 <ignore />
483                                                                         </action>
484                                                                 </pluginExecution>
485                                                                 <pluginExecution>
486                                                                         <pluginExecutionFilter>
487                                                                                 <groupId>org.jacoco</groupId>
488                                                                                 <artifactId>jacoco-maven-plugin</artifactId>
489                                                                                 <versionRange>[0.0,)</versionRange>
490                                                                                 <goals>
491                                                                                         <goal>prepare-agent</goal>
492                                                                                         <goal>pre-test</goal>
493                                                                                         <goal>post-test</goal>
494                                                                                 </goals>
495                                                                         </pluginExecutionFilter>
496                                                                         <action>
497                                                                                 <ignore />
498                                                                         </action>
499                                                                 </pluginExecution>
500                                                                 <pluginExecution>
501                                                                         <pluginExecutionFilter>
502                                                                                 <groupId>org.ops4j.pax.exam</groupId>
503                                                                                 <artifactId>maven-paxexam-plugin</artifactId>
504                                                                                 <versionRange>[1.2.4,)</versionRange>
505                                                                                 <goals>
506                                                                                         <goal>generate-depends-file</goal>
507                                                                                 </goals>
508                                                                         </pluginExecutionFilter>
509                                                                         <action>
510                                                                                 <ignore />
511                                                                         </action>
512                                                                 </pluginExecution>
513                                                                 <pluginExecution>
514                                                                         <pluginExecutionFilter>
515                                                                                 <groupId>org.apache.maven.plugins</groupId>
516                                                                                 <artifactId>maven-checkstyle-plugin</artifactId>
517                                                                                 <versionRange>[2.0,)</versionRange>
518                                                                                 <goals>
519                                                                                         <goal>check</goal>
520                                                                                 </goals>
521                                                                         </pluginExecutionFilter>
522                                                                         <action>
523                                                                                 <ignore />
524                                                                         </action>
525                                                                 </pluginExecution>
526                                                                 <pluginExecution>
527                                                                         <pluginExecutionFilter>
528                                                                                 <groupId>org.opendaylight.yangtools</groupId>
529                                                                                 <artifactId>yang-maven-plugin</artifactId>
530                                                                                 <versionRange>[0.5,)</versionRange>
531                                                                                 <goals>
532                                                                                         <goal>generate-sources </goal>
533                                                                                 </goals>
534                                                                         </pluginExecutionFilter>
535                                                                         <action>
536                                                                                 <ignore />
537                                                                         </action>
538                                                                 </pluginExecution>
539                                                         </pluginExecutions>
540                                                 </lifecycleMappingMetadata>
541                                         </configuration>
542                                 </plugin>
543                                 <plugin>
544                                         <groupId>org.codehaus.enunciate</groupId>
545                                         <artifactId>maven-enunciate-plugin</artifactId>
546                                         <version>${enunciate.version}</version>
547                                         <configuration>
548                                                 <configFile>enunciate.xml</configFile>
549                                         </configuration>
550                                         <executions>
551                                                 <execution>
552                                                         <goals>
553                                                                 <goal>docs</goal>
554                                                         </goals>
555                                                 </execution>
556                                         </executions>
557                                 </plugin>
558                                 <plugin>
559                                         <groupId>org.apache.maven.plugins</groupId>
560                                         <artifactId>maven-javadoc-plugin</artifactId>
561                                         <version>2.8.1</version>
562                                         <configuration>
563                                                 <doclet>org.jboss.apiviz.APIviz</doclet>
564                                                 <docletArtifact>
565                                                         <groupId>org.jboss.apiviz</groupId>
566                                                         <artifactId>apiviz</artifactId>
567                                                         <version>1.3.2.GA</version>
568                                                 </docletArtifact>
569                                                 <finalName>${project.artifactId}-1.0.0</finalName>
570                                                 <useStandardDocletOptions>true</useStandardDocletOptions>
571                                                 <charset>UTF-8</charset>
572                                                 <encoding>UTF-8</encoding>
573                                                 <docencoding>UTF-8</docencoding>
574                                                 <breakiterator>true</breakiterator>
575                                                 <version>true</version>
576                                                 <author>true</author>
577                                                 <keywords>true</keywords>
578                                                 <excludePackageNames>net.sf.jnetlib.*:cern.*:corejava:*.internal:edu.uci.*</excludePackageNames>
579                                                 <failOnError>false</failOnError>
580                                         </configuration>
581                                 </plugin>
582                                 <plugin>
583                                         <groupId>org.apache.maven.plugins</groupId>
584                                         <artifactId>maven-jxr-plugin</artifactId>
585                                         <version>2.3</version>
586                                         <configuration>
587                                                 <aggregate>true</aggregate>
588                                                 <linkJavadoc>true</linkJavadoc>
589                                                 <javadocDir>target/apidocs</javadocDir>
590                                         </configuration>
591                                 </plugin>
592                         </plugins>
593                 </pluginManagement>
594         </build>
595
596 </project>