Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Commit d578a6d

Browse files
committed
using doclava for pretty javadocs
1 parent 0393532 commit d578a6d

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

pom.xml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,24 @@
147147
</execution>
148148
</executions>
149149
<configuration>
150-
<quiet>true</quiet>
150+
<docletArtifact>
151+
<groupId>com.google.doclava</groupId>
152+
<artifactId>doclava</artifactId>
153+
<version>1.0.3</version>
154+
</docletArtifact>
155+
<doclet>com.google.doclava.Doclava</doclet>
156+
<!-- bootclasspath required by Sun's JVM -->
157+
<bootclasspath>${sun.boot.class.path}</bootclasspath>
158+
<additionalparam>
159+
-quiet
160+
-federate JDK http://download.oracle.com/javase/6/docs/api/index.html?
161+
-federationxml JDK http://doclava.googlecode.com/svn/static/api/openjdk-6.xml
162+
-hdf project.name "${project.name}"
163+
-d ${project.build.directory}/apidocs
164+
</additionalparam>
165+
<useStandardDocletOptions>false</useStandardDocletOptions>
166+
<!-- Apple's JVM sometimes requires more memory -->
167+
<additionalJOption>-J-Xmx1024m</additionalJOption>
151168
</configuration>
152169
</plugin>
153170
</plugins>

0 commit comments

Comments
 (0)