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 2012/12/19 06:29:34 UTC

svn commit: r1423766 - in /hbase/trunk: hbase.apache.org/ pom.xml src/site/site.xml

Author: stack
Date: Wed Dec 19 05:29:34 2012
New Revision: 1423766

URL: http://svn.apache.org/viewvc?rev=1423766&view=rev
Log:
HBASE-7372 Check in the generated website so can point apache infrastructure at what to publish as our hbase.apache.org

Removed:
    hbase/trunk/hbase.apache.org/
Modified:
    hbase/trunk/pom.xml
    hbase/trunk/src/site/site.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1423766&r1=1423765&r2=1423766&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Wed Dec 19 05:29:34 2012
@@ -1666,6 +1666,14 @@
           </reportSet>
         </reportSets>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jxr-plugin</artifactId>
+        <version>2.3</version>
+        <configuration>
+          <aggregate>true</aggregate>
+        </configuration>
+      </plugin>
     </plugins>
   </reporting>
   <distributionManagement>

Modified: hbase/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/src/site/site.xml?rev=1423766&r1=1423765&r2=1423766&view=diff
==============================================================================
--- hbase/trunk/src/site/site.xml (original)
+++ hbase/trunk/src/site/site.xml Wed Dec 19 05:29:34 2012
@@ -49,6 +49,7 @@
     <menu name="Documentation">
         <item name="Getting Started" href="book/quickstart.html" />
       <item name="API" href="apidocs/index.html" />
+      <item name="X-Ref" href="xref/index.html" />
       <item name="Ref Guide (multi-page)"      href="book/book.html" />
       <item name="Ref Guide (single-page)"      href="book.html" />
       <item name="FAQ" href="book/faq.html" />