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 2019/01/05 12:28:45 UTC

svn commit: r1850479 - /pdfbox/branches/2.0/pdfbox/pom.xml

Author: tilman
Date: Sat Jan  5 12:28:45 2019
New Revision: 1850479

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

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

Modified: pdfbox/branches/2.0/pdfbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/pdfbox/pom.xml?rev=1850479&r1=1850478&r2=1850479&view=diff
==============================================================================
--- pdfbox/branches/2.0/pdfbox/pom.xml (original)
+++ pdfbox/branches/2.0/pdfbox/pom.xml Sat Jan  5 12:28:45 2019
@@ -517,6 +517,19 @@
                             <sha512>a0fc0cfd42cb7eb8d521db259f53723f1e8a1618e740e89c787157f85623ed3f8a85b1920933328dfef355c8a468f26c459f37eeeaf5cdafa86540b56fb46090</sha512>
                         </configuration>
                     </execution>
+                    <execution>
+                        <id>PDFBOX-4423</id>
+                        <phase>generate-test-resources</phase>
+                        <goals>
+                            <goal>wget</goal>
+                        </goals>
+                        <configuration>
+                            <url>https://issues.apache.org/jira/secure/attachment/12953421/000671.pdf</url>
+                            <outputDirectory>${project.build.directory}/pdfs</outputDirectory>
+                            <outputFileName>PDFBOX-4423-000746.pdf</outputFileName>
+                            <sha512>a0fc0cfd42cb7eb8d521db259f53723f1e8a1618e740e89c787157f85623ed3f8a85b1920933328dfef355c8a468f26c459f37eeeaf5cdafa86540b56fb46090</sha512>
+                        </configuration>
+                    </execution>
                 </executions>
             </plugin>
         </plugins>