You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2014/10/05 13:59:27 UTC

svn commit: r1629486 - /pdfbox/trunk/pdfbox/pom.xml

Author: lehmi
Date: Sun Oct  5 11:59:27 2014
New Revision: 1629486

URL: http://svn.apache.org/r1629486
Log:
added rat exclude rules to avoid build failures

Modified:
    pdfbox/trunk/pdfbox/pom.xml

Modified: pdfbox/trunk/pdfbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/pom.xml?rev=1629486&r1=1629485&r2=1629486&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/pom.xml (original)
+++ pdfbox/trunk/pdfbox/pom.xml Sun Oct  5 11:59:27 2014
@@ -143,6 +143,9 @@
                         <exclude>src/test/resources/input/rendering/*.ai</exclude>
                         <exclude>src/test/resources/output/*</exclude>
                         <exclude>release.properties</exclude>
+                        <exclude>src/test/resources/org/apache/pdfbox/encryption/*.der</exclude>
+                        <exclude>src/test/resources/org/apache/pdfbox/encryption/*.pfx</exclude>
+                        <exclude>src/test/resources/org/apache/pdfbox/filter/*.bin</exclude>
                     </excludes>
                 </configuration>
             </plugin>