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
commit 807d764cdb01a12feb4c366ddbe28be5b0b27e23 Author: aherbert <aherb...@apache.org> AuthorDate: Thu Aug 5 22:42:01 2021 +0100 Exclude examples sampling pdf files from RAT check plugin --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 32ed267..dea9322 100644 --- a/pom.xml +++ b/pom.xml @@ -274,6 +274,7 @@ <exclude>src/site/resources/txt/userguide/stress/**</exclude> <exclude>dist-archive/**</exclude> <exclude>**/*.patch</exclude> + <exclude>**/pdf.*.txt</exclude> </excludes> </configuration> </plugin>