Skip to content

Commit 4f92393

Browse files
committed
Merge pull request AsyncHttpClient#61 from simonetripodi/master
Enhanced Javadoc rendering
2 parents b8dd1c9 + 962297e commit 4f92393

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

pom.xml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@
2525
<system>jira</system>
2626
<url>https://issues.sonatype.org/browse/AHC</url>
2727
</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+
<post>[email protected]</post>
35+
</mailingList>
36+
</mailingLists>
2837

2938
<prerequisites>
3039
<maven>2.0.9</maven>
@@ -472,7 +481,28 @@
472481
<link>http://java.sun.com/javase/6/docs/api/</link>
473482
</links>
474483
<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>
475497
</configuration>
498+
<reportSets>
499+
<reportSet>
500+
<id>default</id>
501+
<reports>
502+
<report>javadoc</report>
503+
</reports>
504+
</reportSet>
505+
</reportSets>
476506
</plugin>
477507
<plugin>
478508
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)