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 e2c9cd245bdf60923df0fe9ed57c01a5f66f5ef4 Author: Alex Herbert <[email protected]> AuthorDate: Sun Sep 5 14:34:55 2021 +0100 Exclude site-content.README from rat check Use the same excludes in the build and reporting section --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index ca65a7e..d8a4cf0 100644 --- a/pom.xml +++ b/pom.xml @@ -313,6 +313,7 @@ some default development tools files (see RAT-126) --> <exclude>.ekstazi/**</exclude> <exclude>**/site-content/**</exclude> + <exclude>**/site-content.README</exclude> <exclude>**/.classpath</exclude> <exclude>**/.project</exclude> <exclude>**/.settings/**</exclude> @@ -358,6 +359,7 @@ some default development tools files (see RAT-126) --> <exclude>.ekstazi/**</exclude> <exclude>**/site-content/**</exclude> + <exclude>**/site-content.README</exclude> <exclude>**/.classpath</exclude> <exclude>**/.project</exclude> <exclude>**/.settings/**</exclude> @@ -366,6 +368,8 @@ <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> + <exclude>**/pdf.*.txt</exclude> </excludes> </configuration> </plugin>
