Author: tilman
Date: Sat May 17 10:28:02 2025
New Revision: 1925617
URL: http://svn.apache.org/viewvc?rev=1925617&view=rev
Log:
PDFBOX-6009: load test file
Modified:
pdfbox/branches/3.0/pdfbox/pom.xml
Modified: pdfbox/branches/3.0/pdfbox/pom.xml
URL:
http://svn.apache.org/viewvc/pdfbox/branches/3.0/pdfbox/pom.xml?rev=1925617&r1=1925616&r2=1925617&view=diff
==============================================================================
--- pdfbox/branches/3.0/pdfbox/pom.xml (original)
+++ pdfbox/branches/3.0/pdfbox/pom.xml Sat May 17 10:28:02 2025
@@ -878,6 +878,19 @@
<sha512>5a9c237b8e1b93eb492c7a387180d937f8fb82d1fa2ffcf73698489b3ec4cdefc2ceb4e9204867c834a2139069c5667811aaf522d6e1f6ff8fd1591528a65007</sha512>
</configuration>
</execution>
+ <execution>
+ <id>PDFBOX-6009</id>
+ <phase>generate-test-resources</phase>
+ <goals>
+ <goal>wget</goal>
+ </goals>
+ <configuration>
+
<url>https://issues.apache.org/jira/secure/attachment/13076529/pdfbox-split-missing-tags_mail%2015.5.2025.pdf</url>
+
<outputDirectory>${project.build.directory}/pdfs</outputDirectory>
+ <outputFileName>PDFBOX-6009.pdf</outputFileName>
+
<sha512>60e7b46f11a655083a57f4a627edf75bee477cd1ebfb06fbaefeb8ba16a01be37039cfd51c7c181a3ea368b53d22e327d480a7b0699c0edb2e06b4faaae7790f</sha512>
+ </configuration>
+ </execution>
</executions>
</plugin>
</plugins>