You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2021/08/05 22:28:35 UTC

[commons-rng] 01/04: Exclude examples sampling pdf files from RAT check plugin

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 <ah...@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>