File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 25
25
<system >jira</system >
26
26
<url >https://issues.sonatype.org/browse/AHC</url >
27
27
</issueManagement >
28
+ <mailingLists >
29
+ <mailingList >
30
+ <name >asynchttpclient</name >
31
+ <archive >http://groups.google.com/group/asynchttpclient/topics</archive >
32
+ <subscribe >http://groups.google.com/group/asynchttpclient/subscribe</subscribe >
33
+ <unsubscribe >http://groups.google.com/group/asynchttpclient/subscribe</unsubscribe >
34
+
35
+ </mailingList >
36
+ </mailingLists >
28
37
29
38
<prerequisites >
30
39
<maven >2.0.9</maven >
472
481
<link >http://java.sun.com/javase/6/docs/api/</link >
473
482
</links >
474
483
<excludePackageNames >${javadoc.package.exclude} </excludePackageNames >
484
+ <bootclasspath >${sun.boot.class.path} </bootclasspath >
485
+ <doclet >com.google.doclava.Doclava</doclet >
486
+ <useStandardDocletOptions >false</useStandardDocletOptions >
487
+ <additionalJOption >-J-Xmx1024m</additionalJOption >
488
+ <docletArtifact >
489
+ <groupId >com.google.doclava</groupId >
490
+ <artifactId >doclava</artifactId >
491
+ <version >1.0.3</version >
492
+ </docletArtifact >
493
+ <additionalparam >
494
+ -hdf project.name "${project.name} ${project.version} "
495
+ -d ${project.reporting.outputDirectory} /apidocs
496
+ </additionalparam >
475
497
</configuration >
498
+ <reportSets >
499
+ <reportSet >
500
+ <id >default</id >
501
+ <reports >
502
+ <report >javadoc</report >
503
+ </reports >
504
+ </reportSet >
505
+ </reportSets >
476
506
</plugin >
477
507
<plugin >
478
508
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments