You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2012/10/24 22:52:19 UTC

[2/2] git commit: use doclava doclet

use doclava doclet


Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/72b67267
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/72b67267
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/72b67267

Branch: refs/heads/master
Commit: 72b6726785aa2cc92162f8a52af9e43757374871
Parents: d166e12
Author: olivier lamy <ol...@apache.org>
Authored: Wed Oct 24 22:46:48 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Wed Oct 24 22:46:48 2012 +0200

----------------------------------------------------------------------
 pom.xml |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/72b67267/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 757fcc4..d7f14d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -340,6 +340,30 @@ under the License.
             </reports>
           </reportSet>
         </reportSets>
+        <configuration>
+          <docletArtifact>
+            <groupId>com.google.doclava</groupId>
+            <artifactId>doclava</artifactId>
+            <version>1.0.5</version>
+          </docletArtifact>
+          <doclet>com.google.doclava.Doclava</doclet>
+          <!--
+            | bootclasspath required by Sun's JVM
+          -->
+          <bootclasspath>${sun.boot.class.path}</bootclasspath>
+          <additionalparam>
+            -quiet
+            -federate JDK http://download.oracle.com/javase/6/docs/api/index.html?
+            -federationxml JDK http://doclava.googlecode.com/svn/static/api/openjdk-6.xml
+            -hdf project.name "${project.name}"
+            -d ${project.build.directory}/site/apidocs
+          </additionalparam>
+          <useStandardDocletOptions>false</useStandardDocletOptions>
+          <!--
+            | Apple's JVM sometimes requires more memory
+          -->
+          <additionalJOption>-J-Xmx1024m</additionalJOption>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>