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 a85dd39 Exclude local maven meta-data from checkstyle. a85dd39 is described below commit a85dd39d9a2b208b066c5418b79f76102456396d Author: aherbert <aherb...@apache.org> AuthorDate: Tue Aug 6 12:29:18 2019 +0100 Exclude local maven meta-data from checkstyle. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5e10382..07ccf96 100644 --- a/pom.xml +++ b/pom.xml @@ -560,7 +560,7 @@ <enableRulesSummary>false</enableRulesSummary> <logViolationsToConsole>false</logViolationsToConsole> <failOnViolation>true</failOnViolation> - <resourceExcludes>NOTICE.txt,LICENSE.txt,**/maven-archiver/pom.properties</resourceExcludes> + <resourceExcludes>NOTICE.txt,LICENSE.txt,**/maven-archiver/pom.properties,**/resolver-status.properties</resourceExcludes> <excludes>**/generated/**.java</excludes> </configuration> <executions>