You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2013/04/02 00:07:55 UTC

svn commit: r1463320 - in /hbase/branches/0.95: hbase-assembly/pom.xml pom.xml

Author: stack
Date: Mon Apr  1 22:07:54 2013
New Revision: 1463320

URL: http://svn.apache.org/r1463320
Log:
HBASE-8238 xref docs missing from site gen

Modified:
    hbase/branches/0.95/hbase-assembly/pom.xml
    hbase/branches/0.95/pom.xml

Modified: hbase/branches/0.95/hbase-assembly/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/hbase-assembly/pom.xml?rev=1463320&r1=1463319&r2=1463320&view=diff
==============================================================================
Binary files - no diff available.

Modified: hbase/branches/0.95/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/pom.xml?rev=1463320&r1=1463319&r2=1463320&view=diff
==============================================================================
--- hbase/branches/0.95/pom.xml (original)
+++ hbase/branches/0.95/pom.xml Mon Apr  1 22:07:54 2013
@@ -1613,6 +1613,13 @@
         <version>2.3</version>
         <configuration>
           <aggregate>true</aggregate>
+          <linkJavadoc>true</linkJavadoc>
+          <javadocDir>hbase-assembly/target/site/apidocs</javadocDir>
+          <reportOutputDirectory>hbase-assembly/target/site/xref</reportOutputDirectory>
+          <destDir>hbase-assembly/target/site/xref</destDir>
+          <excludes>
+            <exclude>**/generated/**</exclude>
+          </excludes>
         </configuration>
       </plugin>
     </plugins>