Skip to content

Commit

Permalink
PDFBOX-5939: load test file
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1923383 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
THausherr committed Jan 26, 2025
1 parent 53202e2 commit 3ab202b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pdfbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,19 @@
<sha512>d56d05eea079290133246f10ae327b3d51bd213f9e121717cb70155009608fe3164a174f80f92678e42ac00a9b2041ae7933f4f2c5734c9765cf2b145a28fc64</sha512>
</configuration>
</execution>
<execution>
<id>PDFBOX-5939</id>
<phase>generate-test-resources</phase>
<goals>
<goal>wget</goal>
</goals>
<configuration>
<url>https://issues.apache.org/jira/secure/attachment/13074264/google-docs-1.pdf</url>
<outputDirectory>${project.build.directory}/pdfs</outputDirectory>
<outputFileName>PDFBOX-5939-google-docs-1.pdf</outputFileName>
<sha512>5900c8deb9ec44579ee70d92af27635f27ccb73c8817ae43f61962dec5ad017864bbbcd1aaf41114455693d808c68880bcb61ef5618c86aa15c21cdf3efef733</sha512>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
Expand Down

0 comments on commit 3ab202b

Please sign in to comment.