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 2011/07/24 17:40:47 UTC

svn commit: r1150418 - /pdfbox/trunk/preflight/pom.xml

Author: lehmi
Date: Sun Jul 24 15:40:47 2011
New Revision: 1150418

URL: http://svn.apache.org/viewvc?rev=1150418&view=rev
Log:
PDFBOX-1056: added rat excludes

Modified:
    pdfbox/trunk/preflight/pom.xml

Modified: pdfbox/trunk/preflight/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/preflight/pom.xml?rev=1150418&r1=1150417&r2=1150418&view=diff
==============================================================================
--- pdfbox/trunk/preflight/pom.xml (original)
+++ pdfbox/trunk/preflight/pom.xml Sun Jul 24 15:40:47 2011
@@ -145,6 +145,17 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>src/test/resources/org/apache/padaf/preflight/font/*.font</exclude>
+            <exclude>src/main/resources/project.version</exlude>
+            <exclude>release.properties</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>