From commits-return-72260-archive-asf-public=cust-asf.ponee.io@commons.apache.org Tue Feb 18 00:16:18 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 46483180636 for ; Tue, 18 Feb 2020 01:16:18 +0100 (CET) Received: (qmail 99010 invoked by uid 500); 18 Feb 2020 00:16:14 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 98666 invoked by uid 99); 18 Feb 2020 00:16:14 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Feb 2020 00:16:14 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 727ED8B69B; Tue, 18 Feb 2020 00:16:13 +0000 (UTC) Date: Tue, 18 Feb 2020 00:16:17 +0000 To: "commits@commons.apache.org" Subject: [commons-geometry] 04/08: Disable PMD failOnViolation. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: aherbert@apache.org In-Reply-To: <158198497305.5122.17570231589051835066@gitbox.apache.org> References: <158198497305.5122.17570231589051835066@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: commons-geometry X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: b1c94068b2f849e4fbf4ba83f263af8f814f41c0 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20200218001613.727ED8B69B@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-geometry.git commit b1c94068b2f849e4fbf4ba83f263af8f814f41c0 Author: Alex Herbert AuthorDate: Mon Feb 17 23:50:26 2020 +0000 Disable PMD failOnViolation. After upgrading PMD a lot of errors have now been found. --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 29d1da4..f7397ff 100644 --- a/pom.xml +++ b/pom.xml @@ -284,12 +284,18 @@ + true + + false ${maven.compiler.target} false true ${geometry.parent.dir}/src/main/resources/pmd/pmd-ruleset.xml + + target/generated-sources + @@ -422,6 +428,8 @@ maven-pmd-plugin ${geometry.pmd.version} + false + true ${maven.compiler.target} false true