Author: tilman
Date: Sun Dec  7 12:47:27 2025
New Revision: 1930328

Log:
PDFBOX-3882: add rat entry

Modified:
   pdfbox/branches/3.0/xmpbox/pom.xml

Modified: pdfbox/branches/3.0/xmpbox/pom.xml
==============================================================================
--- pdfbox/branches/3.0/xmpbox/pom.xml  Sun Dec  7 12:47:02 2025        
(r1930327)
+++ pdfbox/branches/3.0/xmpbox/pom.xml  Sun Dec  7 12:47:27 2025        
(r1930328)
@@ -63,6 +63,15 @@
                          </instructions>
                 </configuration>
                        </plugin>
+                    <plugin>
+                      <groupId>org.apache.rat</groupId>
+                      <artifactId>apache-rat-plugin</artifactId>
+                      <configuration>
+                          <excludes>
+                              
<exclude>src/test/resources/org/apache/xmpbox/xml/PDFBOX-3882-dematbox.xml</exclude>
+                          </excludes>
+                      </configuration>
+                    </plugin>
                </plugins>
        </build>
 

Reply via email to