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 88083185BC for ; Sat, 9 Jan 2016 03:38:06 +0000 (UTC) Received: (qmail 38975 invoked by uid 500); 9 Jan 2016 03:38:06 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 38876 invoked by uid 500); 9 Jan 2016 03:38:06 -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 38630 invoked by uid 99); 9 Jan 2016 03:38:05 -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; Sat, 09 Jan 2016 03:38:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 14A10E08E9; Sat, 9 Jan 2016 03:38:05 +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: Sat, 09 Jan 2016 03:38:09 -0000 Message-Id: In-Reply-To: <95f169c243204e0dabe939b2e81829d7@git.apache.org> References: <95f169c243204e0dabe939b2e81829d7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [06/19] accumulo git commit: ACCUMULO-4102 Configure javadoc plugin for jdk8 ACCUMULO-4102 Configure javadoc plugin for jdk8 Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/4169a12b Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/4169a12b Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/4169a12b Branch: refs/heads/master Commit: 4169a12b52c6e6744a975eab60f8b29fdcb2f22b Parents: f38d5e7 Author: Christopher Tubbs Authored: Fri Jan 8 17:43:57 2016 -0500 Committer: Christopher Tubbs Committed: Fri Jan 8 17:43:57 2016 -0500 ---------------------------------------------------------------------- pom.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/4169a12b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ea40f31..6138dbc 100644 --- a/pom.xml +++ b/pom.xml @@ -1401,11 +1401,28 @@ jdk8 - [1.8,) + [1.8,1.9) 3.0.1 + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + ${project.reporting.outputEncoding} + true + 1.8 + -J-Xmx512m + -Xdoclint:all,-Xdoclint:-missing + + + + +