Author: tilman
Date: Sat Oct 18 12:31:09 2025
New Revision: 1929213

Log:
PDFBOX-5660: add exclusions for rat 0.17

Modified:
   pdfbox/branches/3.0/pom.xml

Modified: pdfbox/branches/3.0/pom.xml
==============================================================================
--- pdfbox/branches/3.0/pom.xml Sat Oct 18 12:30:29 2025        (r1929212)
+++ pdfbox/branches/3.0/pom.xml Sat Oct 18 12:31:09 2025        (r1929213)
@@ -55,21 +55,28 @@
   </scm>
 
   <build>
-    <pluginManagement>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.rat</groupId>
-                <artifactId>apache-rat-plugin</artifactId>
-                <version>0.16.1</version>
-                <configuration>
-                    <excludes>
-                        <exclude>release.properties</exclude>
-                        
<exclude>.github/workflows/codeql-analysis.yml</exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
-        </plugins>
-    </pluginManagement>
+      <plugins>
+          <plugin>
+              <groupId>org.apache.rat</groupId>
+              <artifactId>apache-rat-plugin</artifactId>
+              <configuration>
+                  <excludes>
+                      <exclude>release.properties</exclude>
+                      <exclude>.github/workflows/codeql-analysis.yml</exclude>
+                      <!-- already tested before -->
+                      <exclude>/pdfbox/**</exclude>
+                      <exclude>/fontbox/**</exclude>
+                      <exclude>/xmpbox/**</exclude>
+                      <exclude>/tools/**</exclude>
+                      <exclude>/io/**</exclude>
+                      <exclude>/preflight/**</exclude>
+                      <exclude>/examples/**</exclude>
+                      <!-- netbeans local -->
+                      <exclude>nb-configuration.xml</exclude>
+                  </excludes>
+              </configuration>
+          </plugin>
+      </plugins>
   </build>
 
   <profiles>

Reply via email to