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