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 2016/11/24 09:44:16 UTC

svn commit: r1771101 - /pdfbox/branches/1.8/examples/pom.xml

Author: lehmi
Date: Thu Nov 24 09:44:16 2016
New Revision: 1771101

URL: http://svn.apache.org/viewvc?rev=1771101&view=rev
Log:
PDFBOX-3571: added rat exclude rule

Modified:
    pdfbox/branches/1.8/examples/pom.xml

Modified: pdfbox/branches/1.8/examples/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/examples/pom.xml?rev=1771101&r1=1771100&r2=1771101&view=diff
==============================================================================
--- pdfbox/branches/1.8/examples/pom.xml (original)
+++ pdfbox/branches/1.8/examples/pom.xml Thu Nov 24 09:44:16 2016
@@ -74,6 +74,17 @@
         <filtering>true</filtering>
       </resource>
     </resources>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>src/main/resources/org/apache/pdfbox/resources/pdfa/sRGB.*</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
   </build>
 
 </project>