Author: tilman
Date: Wed Sep 17 15:22:22 2025
New Revision: 1928561
Log:
PDFBOX-6070: load test file
Modified:
pdfbox/trunk/examples/pom.xml
Modified: pdfbox/trunk/examples/pom.xml
==============================================================================
--- pdfbox/trunk/examples/pom.xml Wed Sep 17 15:22:11 2025
(r1928560)
+++ pdfbox/trunk/examples/pom.xml Wed Sep 17 15:22:22 2025
(r1928561)
@@ -173,6 +173,19 @@
<sha512>a5067d67da88dcb3f2b6e63c6387d2fc7170db104d67e81de59d12e9e6b1ad473c0325411fc1cc235e12fbc56a37a67181f85b4e49cb208fbea0c0a01ebe6dd2</sha512>
</configuration>
</execution>
+ <execution>
+ <id>testPDFBox5521</id>
+ <phase>generate-test-resources</phase>
+ <goals>
+ <goal>wget</goal>
+ </goals>
+ <configuration>
+
<url>https://issues.apache.org/jira/secure/attachment/12744153/santander_freistellungsauftrag.pdf</url>
+
<outputDirectory>${project.build.directory}/pdfs</outputDirectory>
+
<outputFileName>PDFBOX-5521-santander_freistellungsauftrag.pdf</outputFileName>
+
<sha512>fe79d6465d85480805dcc4f42c5fb86d0c811c3d1938f9173efbeddc2fc1ba2459d9aa1ad1fb6606ae4536197fdaa4d0d3b63334e3b1f0aa6d0849d7eb54ca3d</sha512>
+ </configuration>
+ </execution>
</executions>
</plugin>
</plugins>