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 2018/10/11 18:41:47 UTC

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

Author: tilman
Date: Thu Oct 11 18:41:47 2018
New Revision: 1843582

URL: http://svn.apache.org/viewvc?rev=1843582&view=rev
Log:
PDFBOX-4338: remote loading of 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=1843582&r1=1843581&r2=1843582&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/pom.xml (original)
+++ pdfbox/trunk/pdfbox/pom.xml Thu Oct 11 18:41:47 2018
@@ -451,6 +451,19 @@
                             <sha512>566346239d51f10b2ccfc435620e8f3b0281e91286983cb86660060a8d48777998eab46dfda93d35024e7e4b50b7ab6654f9a1002524163d228a5e41a80a1221</sha512>
                         </configuration>
                     </execution>
+                    <execution>
+                        <id>PDFBOX-4338</id>
+                        <phase>generate-test-resources</phase>
+                        <goals>
+                            <goal>wget</goal>
+                        </goals>
+                        <configuration>
+                            <url>https://issues.apache.org/jira/secure/attachment/12943502/ArrayIndexOutOfBoundsException%20COSParser</url>
+                            <outputDirectory>${project.build.directory}/pdfs</outputDirectory>
+                            <outputFileName>PDFBOX-4338.pdf</outputFileName>
+                            <sha512>130fa4b49345410b203613f3e67263f483f9a9797bef22322647655bb55cc55bcb1d1e0eb03c27f6f2855b3823675b27e8899d8eeb880d27a74fad5f60f23b47</sha512>
+                        </configuration>
+                    </execution>
                 </executions>
             </plugin>
         </plugins>