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 2022/08/03 17:33:17 UTC

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

Author: tilman
Date: Wed Aug  3 17:33:17 2022
New Revision: 1903215

URL: http://svn.apache.org/viewvc?rev=1903215&view=rev
Log:
PDFBOX-5484: load test file

Modified:
    pdfbox/trunk/pdfbox/pom.xml

Modified: pdfbox/trunk/pdfbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/pom.xml?rev=1903215&r1=1903214&r2=1903215&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/pom.xml (original)
+++ pdfbox/trunk/pdfbox/pom.xml Wed Aug  3 17:33:17 2022
@@ -718,6 +718,19 @@
                             <sha512>cb13ce2ca64fa446b9d840444f6d363f0d826a55e4dae1c2de094aaee4dd92df192ec375ff6ca0ee50c5cdd52b634b9b838431d7aa6b852de02504c3fd95531a</sha512>
                         </configuration>
                     </execution>
+                    <execution>
+                        <id>PDFBOX-5484</id>
+                        <phase>generate-test-resources</phase>
+                        <goals>
+                            <goal>wget</goal>
+                        </goals>
+                        <configuration>
+                            <url>https://issues.apache.org/jira/secure/attachment/13047577/PDFBOX-5484.ttf</url>
+                            <outputDirectory>${project.build.directory}/fonts</outputDirectory>
+                            <outputFileName>PDFBOX-5484.ttf</outputFileName>
+                            <sha512>7c3d8bbc18654315d6341a277dcd5c66218b95c43baf190b6e32f77817d17bab421ef76f2c904b46c97f84c49b00d58525449cff970897010534d6aa2812a4e2</sha512>
+                        </configuration>
+                    </execution>
                 </executions>
             </plugin>
         </plugins>