You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2021/10/10 03:09:21 UTC

svn commit: r1894084 - /pdfbox/trunk/pdfbox/pom.xml

Author: tilman
Date: Sun Oct 10 03:09:20 2021
New Revision: 1894084

URL: http://svn.apache.org/viewvc?rev=1894084&view=rev
Log:
PDFBOX-4831: remote loading of test file (unclear if copyrighted)

Modified:
    pdfbox/trunk/pdfbox/pom.xml

Modified: pdfbox/trunk/pdfbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/pom.xml?rev=1894084&r1=1894083&r2=1894084&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/pom.xml (original)
+++ pdfbox/trunk/pdfbox/pom.xml Sun Oct 10 03:09:20 2021
@@ -706,6 +706,19 @@
                             <sha512>37c73b41d1e00d66717c3715e6c45724c3f163d3d5b045c67e90c3713746d39eef96b4f0e6f368d0679d4c73d02ca01cfe5141d8a526e46ea15a4579ea1e75a2</sha512>
                         </configuration>
                     </execution>
+                    <execution>
+                        <id>PDFBOX-4831</id>
+                        <phase>generate-test-resources</phase>
+                        <goals>
+                            <goal>wget</goal>
+                        </goals>
+                        <configuration>
+                            <url>https://issues.apache.org/jira/secure/attachment/13002695/13._Korona_szallo_vegzes_13.09.26.eredeti.pdf</url>
+                            <outputDirectory>${project.build.directory}/pdfs</outputDirectory>
+                            <outputFileName>PDFBOX-4831.pdf</outputFileName>
+                            <sha512>cb13ce2ca64fa446b9d840444f6d363f0d826a55e4dae1c2de094aaee4dd92df192ec375ff6ca0ee50c5cdd52b634b9b838431d7aa6b852de02504c3fd95531a</sha512>
+                        </configuration>
+                    </execution>
                 </executions>
             </plugin>
         </plugins>