You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2020/04/05 23:12:57 UTC

[commons-geometry] branch master updated: Exclude dist-archive generated SHA 512 properties file from checkstyle

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


The following commit(s) were added to refs/heads/master by this push:
     new 57af8a2  Exclude dist-archive generated SHA 512 properties file from checkstyle
57af8a2 is described below

commit 57af8a239a45e9ef45f236fe96f35b1c92d54ff2
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Mon Apr 6 00:12:53 2020 +0100

    Exclude dist-archive generated SHA 512 properties file from checkstyle
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 80c0a00..841afbd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -264,7 +264,7 @@
           <enableRulesSummary>false</enableRulesSummary>
           <logViolationsToConsole>true</logViolationsToConsole>
           <failOnViolation>true</failOnViolation>
-          <resourceExcludes>NOTICE.txt,LICENSE.txt,**/pom.properties,**/resolver-status.properties</resourceExcludes>
+          <resourceExcludes>NOTICE.txt,LICENSE.txt,**/pom.properties,**/resolver-status.properties,**/sha512.properties</resourceExcludes>
           <excludes>**/generated/**.java</excludes>
         </configuration>
         <executions>