Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1E97218119 for ; Sat, 3 Oct 2015 22:37:21 +0000 (UTC) Received: (qmail 79242 invoked by uid 500); 3 Oct 2015 22:37:21 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 79207 invoked by uid 500); 3 Oct 2015 22:37:21 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 79198 invoked by uid 99); 3 Oct 2015 22:37:20 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Oct 2015 22:37:20 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 90F8C1A0930 for ; Sat, 3 Oct 2015 22:37:20 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.001 X-Spam-Level: * X-Spam-Status: No, score=1.001 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id FhMtH6wAbMab for ; Sat, 3 Oct 2015 22:37:20 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id C6FFE42B2F for ; Sat, 3 Oct 2015 22:37:19 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 67E53E045B for ; Sat, 3 Oct 2015 22:37:19 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 41ED53A0444 for ; Sat, 3 Oct 2015 22:37:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1706643 - /accumulo/site/trunk/content/releasing.mdtext Date: Sat, 03 Oct 2015 22:37:18 -0000 To: commits@accumulo.apache.org From: elserj@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151003223719.41ED53A0444@svn01-us-west.apache.org> Author: elserj Date: Sat Oct 3 22:37:18 2015 New Revision: 1706643 URL: http://svn.apache.org/viewvc?rev=1706643&view=rev Log: Be explict on how to build javadocs. 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=1706643&r1=1706642&r2=1706643&view=diff ============================================================================== --- accumulo/site/trunk/content/releasing.mdtext (original) +++ accumulo/site/trunk/content/releasing.mdtext Sat Oct 3 22:37:18 2015 @@ -119,7 +119,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. Build the javadocs `mvn clean compile javadoc:aggregate` +1. Build the javadocs `mvn clean compile javadoc:aggregate` using the source release or the SCM tag 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.6/apidocs for a 1.6 release)