You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2015/05/20 18:45:53 UTC

svn commit: r1680636 - /accumulo/site/trunk/content/releasing.mdtext

Author: elserj
Date: Wed May 20 16:45:53 2015
New Revision: 1680636

URL: http://svn.apache.org/r1680636
Log:
ACCUMULO-3825 Update how to get the javadocs for a release

Modified:
    accumulo/site/trunk/content/releasing.mdtext

Modified: accumulo/site/trunk/content/releasing.mdtext
URL: http://svn.apache.org/viewvc/accumulo/site/trunk/content/releasing.mdtext?rev=1680636&r1=1680635&r2=1680636&view=diff
==============================================================================
--- accumulo/site/trunk/content/releasing.mdtext (original)
+++ accumulo/site/trunk/content/releasing.mdtext Wed May 20 16:45:53 2015
@@ -125,7 +125,7 @@ switch to Java 7). Despite the javadocs
 where they need to be committed using [extpaths][8]. You can follow the steps below to update
 the javadocs.
 
-1. Extract javadocs from binary tarball from the release
+1. Extract javadocs from binary tarball (1.5) or build the javadocs `mvn clean compile javadoc:aggregate` (>=1.6)
 2. Run the vulnerability-check tool
 3. Checkout the [Accumulo CMS repository][9]
 4. Copy the entire apidocs folder in the appropriate version folder in the CMS repository (e.g. content/1.5/apidocs for a 1.5 release)