Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DDE0E200B45 for ; Fri, 15 Jul 2016 15:18:39 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DC889160A8A; Fri, 15 Jul 2016 13:18:39 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1E814160A6C for ; Fri, 15 Jul 2016 15:18:38 +0200 (CEST) Received: (qmail 33234 invoked by uid 500); 15 Jul 2016 13:18:30 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 32102 invoked by uid 99); 15 Jul 2016 13:18:29 -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; Fri, 15 Jul 2016 13:18:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7FB7DEE686; Fri, 15 Jul 2016 13:18:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lukaszlenart@apache.org To: commits@struts.apache.org Date: Fri, 15 Jul 2016 13:18:56 -0000 Message-Id: <8f297dd412074576a4e55b982357dd3e@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [29/50] [abbrv] struts git commit: WW-4403 - add JDK 8 profile, disabling JavaDoc lint checker when building with JDK8 (cherry picked from commit 7c4bb7e) archived-at: Fri, 15 Jul 2016 13:18:40 -0000 WW-4403 - add JDK 8 profile, disabling JavaDoc lint checker when building with JDK8 (cherry picked from commit 7c4bb7e) Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/50c95d43 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/50c95d43 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/50c95d43 Branch: refs/heads/master Commit: 50c95d43de024e37d66dc9242037a00b2fe78de5 Parents: 4720f46 Author: Rene Gielen Authored: Thu Jan 14 17:43:20 2016 +0100 Committer: Lukasz Lenart Committed: Tue Jan 19 16:19:19 2016 +0100 ---------------------------------------------------------------------- pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/50c95d43/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5d836d3..08c94b4 100644 --- a/pom.xml +++ b/pom.xml @@ -149,6 +149,25 @@ --> + + jdk8 + + 1.8 + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + -Xdoclint:none + + + + + +