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/05/21 15:02:26 UTC

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

Author: tilman
Date: Fri May 21 15:02:26 2021
New Revision: 1890074

URL: http://svn.apache.org/viewvc?rev=1890074&view=rev
Log:
PDFBOX-5196, PDFBOX-5137: 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=1890074&r1=1890073&r2=1890074&view=diff
==============================================================================
--- pdfbox/branches/2.0/pdfbox/pom.xml (original)
+++ pdfbox/branches/2.0/pdfbox/pom.xml Fri May 21 15:02:26 2021
@@ -702,6 +702,19 @@
                             <sha512>5ae7f232c47c13ed31997eb2c368e7deb1013c1321d70bf79369f8d709b33406191d94c21a5d27b4c4bb48241bafd9328a0a6d2d093d4e540d5044e9503bd099</sha512>
                         </configuration>
                     </execution>
+                    <execution>
+                        <id>PDFBOX-5196</id>
+                        <phase>generate-test-resources</phase>
+                        <goals>
+                            <goal>wget</goal>
+                        </goals>
+                        <configuration>
+                            <url>https://issues.apache.org/jira/secure/attachment/13025718/lotus.jpg</url>
+                            <outputDirectory>${project.build.directory}/imgs</outputDirectory>
+                            <outputFileName>PDFBOX-5196-lotus.jpg</outputFileName>
+                            <sha512>37c73b41d1e00d66717c3715e6c45724c3f163d3d5b045c67e90c3713746d39eef96b4f0e6f368d0679d4c73d02ca01cfe5141d8a526e46ea15a4579ea1e75a2</sha512>
+                        </configuration>
+                    </execution>
                 </executions>
             </plugin>
         </plugins>