Author: tilman
Date: Tue Jul 22 11:05:37 2025
New Revision: 1927393

Log:
PDFBOX-6015: load test font

Modified:
   pdfbox/branches/3.0/fontbox/pom.xml

Modified: pdfbox/branches/3.0/fontbox/pom.xml
==============================================================================
--- pdfbox/branches/3.0/fontbox/pom.xml Tue Jul 22 11:05:34 2025        
(r1927392)
+++ pdfbox/branches/3.0/fontbox/pom.xml Tue Jul 22 11:05:37 2025        
(r1927393)
@@ -188,6 +188,19 @@
                       
<sha512>59535137c649a2f8bdbb463cd716426811a6003a65883ca6e45bb0af1d526b3889af0fba3a353e90bc8d373cd32b90a27ff9ff6916ecbccb42e922c09e9b046a</sha512>
                   </configuration>
               </execution>
+              <execution>
+                  <id>PDFBOX-6015</id>
+                  <phase>generate-test-resources</phase>
+                  <goals>
+                      <goal>wget</goal>
+                  </goals>
+                  <configuration>
+                      
<url>https://issues.apache.org/jira/secure/attachment/13076859/Keyboard.ttf</url>
+                      
<outputDirectory>${project.build.directory}/fonts</outputDirectory>
+                      <outputFileName>Keyboard.ttf</outputFileName>
+                      
<sha512>1c31bf41c722681419af734213555203e5a5168364aff2a56b31a717996e9b642a039c7c0df27bb1491b1a0344929e9ba20c5a788cd5fa665f65fd8090ee06e7</sha512>
+                  </configuration>
+              </execution>
           </executions>
       </plugin>
     </plugins>

Reply via email to