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/06/19 14:00:18 UTC

[commons-rng] branch master updated: Checkstyle exclude release checksum artifact: sha512.properties

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-rng.git


The following commit(s) were added to refs/heads/master by this push:
     new 13016cc  Checkstyle exclude release checksum artifact: sha512.properties
13016cc is described below

commit 13016cc41130f5bf49ab75dde9ad4d3a0c55635f
Author: aherbert <ah...@apache.org>
AuthorDate: Fri Jun 19 14:15:55 2020 +0100

    Checkstyle exclude release checksum artifact: sha512.properties
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3bcb4ec..ed42702 100644
--- a/pom.xml
+++ b/pom.xml
@@ -607,7 +607,7 @@ Running "svn up" will download *all* the files of the live web site at
               <enableRulesSummary>false</enableRulesSummary>
               <logViolationsToConsole>false</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>