File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 472
472
<link >http://java.sun.com/javase/6/docs/api/</link >
473
473
</links >
474
474
<excludePackageNames >${javadoc.package.exclude} </excludePackageNames >
475
+ <bootclasspath >${sun.boot.class.path} </bootclasspath >
476
+ <doclet >com.google.doclava.Doclava</doclet >
477
+ <useStandardDocletOptions >false</useStandardDocletOptions >
478
+ <additionalJOption >-J-Xmx1024m</additionalJOption >
479
+ <docletArtifact >
480
+ <groupId >com.google.doclava</groupId >
481
+ <artifactId >doclava</artifactId >
482
+ <version >1.0.3</version >
483
+ </docletArtifact >
484
+ <additionalparam >
485
+ -hdf project.name "${project.name} ${project.version} "
486
+ -d ${project.reporting.outputDirectory} /apidocs
487
+ </additionalparam >
475
488
</configuration >
489
+ <reportSets >
490
+ <reportSet >
491
+ <id >default</id >
492
+ <reports >
493
+ <report >javadoc</report >
494
+ </reports >
495
+ </reportSet >
496
+ </reportSets >
476
497
</plugin >
477
498
<plugin >
478
499
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments