From commits-return-71011-archive-asf-public=cust-asf.ponee.io@commons.apache.org Wed Dec 18 14:06:36 2019 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 7739A180660 for ; Wed, 18 Dec 2019 15:06:36 +0100 (CET) Received: (qmail 99298 invoked by uid 500); 18 Dec 2019 14:06:35 -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 99267 invoked by uid 99); 18 Dec 2019 14:06:35 -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; Wed, 18 Dec 2019 14:06:35 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 08B838D80F; Wed, 18 Dec 2019 14:06:35 +0000 (UTC) Date: Wed, 18 Dec 2019 14:06:36 +0000 To: "commits@commons.apache.org" Subject: [commons-geometry] 02/03: Show "CheckStyle" violations. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: erans@apache.org In-Reply-To: <157667799466.14241.13751491653550518817@gitbox.apache.org> References: <157667799466.14241.13751491653550518817@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: 7aa5565442a763f6e998451f6ad5eb74fa581985 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20191218140635.08B838D80F@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-geometry.git commit 7aa5565442a763f6e998451f6ad5eb74fa581985 Author: Gilles Sadowski AuthorDate: Wed Dec 18 14:30:53 2019 +0100 Show "CheckStyle" violations. --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 45b3d15..f7a6aca 100644 --- a/pom.xml +++ b/pom.xml @@ -253,7 +253,7 @@ ${geometry.parent.dir}/src/main/resources/checkstyle/license-header.txt ${geometry.parent.dir}/src/main/resources/checkstyle/checkstyle-suppressions.xml false - false + true true NOTICE.txt,LICENSE.txt,**/pom.properties,**/resolver-status.properties **/generated/**.java @@ -262,9 +262,9 @@ validate validate - - check - + + check +