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 EEAC018EC9 for ; Thu, 3 Mar 2016 23:26:02 +0000 (UTC) Received: (qmail 22927 invoked by uid 500); 3 Mar 2016 23:26:02 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 22889 invoked by uid 500); 3 Mar 2016 23:26:02 -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 22805 invoked by uid 99); 3 Mar 2016 23:26:02 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Mar 2016 23:26:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B4FFCE7903; Thu, 3 Mar 2016 23:26:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ctubbsii@apache.org To: commits@accumulo.apache.org Date: Thu, 03 Mar 2016 23:26:03 -0000 Message-Id: <940907ef584248a991dbe6c0e945ceb8@git.apache.org> In-Reply-To: <8f2c1f6ac8c34aab8ca10adf759f4380@git.apache.org> References: <8f2c1f6ac8c34aab8ca10adf759f4380@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/6] accumulo git commit: ACCUMULO-4155 Limit javadoc:aggregate to public API ACCUMULO-4155 Limit javadoc:aggregate to public API Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/b8836be2 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/b8836be2 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/b8836be2 Branch: refs/heads/1.7 Commit: b8836be25fc7bd74df66506a5140d066cc53d460 Parents: f446b90 Author: Christopher Tubbs Authored: Sun Feb 28 00:43:55 2016 -0500 Committer: Christopher Tubbs Committed: Thu Mar 3 17:37:57 2016 -0500 ---------------------------------------------------------------------- pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/b8836be2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8c62d46..09a4f4d 100644 --- a/pom.xml +++ b/pom.xml @@ -1491,5 +1491,31 @@ + + aggregate-javadocs + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + **/org/apache/accumulo/core/client/**/*.java + **/org/apache/accumulo/core/data/**/*.java + **/org/apache/accumulo/core/security/**/*.java + **/org/apache/accumulo/minicluster/**/*.java + + + **/crypto/**/*.java + **/impl/**/*.java + **/thrift/**/*.java + + + + + + +