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/11/20 13:02:03 UTC

svn commit: r1895198 - /pdfbox/branches/2.0/fontbox/pom.xml

Author: tilman
Date: Sat Nov 20 13:02:02 2021
New Revision: 1895198

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

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

Modified: pdfbox/branches/2.0/fontbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/fontbox/pom.xml?rev=1895198&r1=1895197&r2=1895198&view=diff
==============================================================================
--- pdfbox/branches/2.0/fontbox/pom.xml (original)
+++ pdfbox/branches/2.0/fontbox/pom.xml Sat Nov 20 13:02:02 2021
@@ -118,6 +118,18 @@
                       <sha512>1af1ce3e6d34a0b89c93072d8646e92cceb45b276389d2dd0d84457ec1193394d2bcc49bf3ce99c9c6b2658cd1337fc40ee5c61957f74cd45dbc3d51b6aef417</sha512>
                   </configuration>
               </execution>
+              <execution>
+                  <id>PDFBOX-5328</id>
+                  <phase>generate-test-resources</phase>
+                  <goals>
+                      <goal>wget</goal>
+                  </goals>
+                  <configuration>
+                      <url>https://issues.apache.org/jira/secure/attachment/13036376/NotoSansSC-Regular.otf</url>
+                      <outputDirectory>${project.build.directory}/pdfs</outputDirectory>
+                      <sha512>cbdd317d16099d24736457eef631353c7830a1a3c132b01f2cdc1e6a0c21a78e3b1fe8479b3f40179e7630a15cc23a093775bb22d521dba39376bb367d497b21</sha512>
+                  </configuration>
+              </execution>
           </executions>
       </plugin>
     </plugins>