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 4d951b4 Exclude patch files from rat check. 4d951b4 is described below commit 4d951b42d86674180eecd4942124102b63fc2d7a Author: aherbert <aherb...@apache.org> AuthorDate: Wed Oct 23 18:05:23 2019 +0100 Exclude patch files from rat check. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 4ce9121..8b2b1bb 100644 --- a/pom.xml +++ b/pom.xml @@ -240,6 +240,7 @@ <exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude> <exclude>src/site/resources/txt/userguide/stress/**</exclude> <exclude>dist-archive/**</exclude> + <exclude>**/*.patch</exclude> </excludes> </configuration> </plugin>