You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by la...@apache.org on 2012/10/05 00:46:54 UTC

svn commit: r1394310 - /hbase/branches/0.94/pom.xml

Author: larsh
Date: Thu Oct  4 22:46:53 2012
New Revision: 1394310

URL: http://svn.apache.org/viewvc?rev=1394310&view=rev
Log:
HBASE-6946 JavaDoc missing from release tarballs

Modified:
    hbase/branches/0.94/pom.xml

Modified: hbase/branches/0.94/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.94/pom.xml?rev=1394310&r1=1394309&r2=1394310&view=diff
==============================================================================
--- hbase/branches/0.94/pom.xml (original)
+++ hbase/branches/0.94/pom.xml Thu Oct  4 22:46:53 2012
@@ -1491,6 +1491,21 @@
               </execution>
             </executions>
           </plugin>
+          <plugin>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <version>2.6.1</version>
+            <configuration>
+              <docfilessubdirs>true</docfilessubdirs>
+            </configuration>
+            <executions>
+              <execution>
+                <phase>prepare-package</phase>
+                <goals>
+                  <goal>javadoc</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
         </plugins>
       </build>
     </profile>