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/03/22 06:10:56 UTC

svn commit: r1459634 - /hbase/trunk/pom.xml

Author: stack
Date: Fri Mar 22 05:10:56 2013
New Revision: 1459634

URL: http://svn.apache.org/r1459634
Log:
HBASE-8175 Include javadoc and book when site goal invoked

Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1459634&r1=1459633&r2=1459634&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Fri Mar 22 05:10:56 2013
@@ -784,7 +784,7 @@
             <goals>
               <goal>copy-resources</goal>
             </goals>
-            <phase>pre-site</phase>
+            <phase>site</phase>
             <configuration>
               <outputDirectory>target/site/apidocs</outputDirectory>
               <resources>
@@ -802,7 +802,7 @@
             <goals>
               <goal>copy-resources</goal>
             </goals>
-            <phase>pre-site</phase>
+            <phase>site</phase>
             <configuration>
               <outputDirectory>target/site</outputDirectory>
               <resources>