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 a07fc43 Changed checkstyle exclusion for pom.properties.
a07fc43 is described below
commit a07fc4377bacbd5868728390ac3c2cd9855a7981
Author: Alex Herbert <[email protected]>
AuthorDate: Fri Nov 22 22:32:24 2019 +0000
Changed checkstyle exclusion for pom.properties.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d1bfbe0..57d73d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -604,7 +604,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,**/maven-archiver/pom.properties,**/resolver-status.properties</resourceExcludes>
+
<resourceExcludes>NOTICE.txt,LICENSE.txt,**/pom.properties,**/resolver-status.properties</resourceExcludes>
<excludes>**/generated/**.java</excludes>
</configuration>
<executions>