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:59:18 UTC

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

Author: tilman
Date: Thu Oct 11 18:59:17 2018
New Revision: 1843589

URL: http://svn.apache.org/viewvc?rev=1843589&view=rev
Log:
PDFBOX-4339: remote loading of 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=1843589&r1=1843588&r2=1843589&view=diff
==============================================================================
--- pdfbox/branches/2.0/pdfbox/pom.xml (original)
+++ pdfbox/branches/2.0/pdfbox/pom.xml Thu Oct 11 18:59:17 2018
@@ -465,6 +465,19 @@
                             <sha512>130fa4b49345410b203613f3e67263f483f9a9797bef22322647655bb55cc55bcb1d1e0eb03c27f6f2855b3823675b27e8899d8eeb880d27a74fad5f60f23b47</sha512>
                         </configuration>
                     </execution>
+                    <execution>
+                        <id>PDFBOX-4339</id>
+                        <phase>generate-test-resources</phase>
+                        <goals>
+                            <goal>wget</goal>
+                        </goals>
+                        <configuration>
+                            <url>https://issues.apache.org/jira/secure/attachment/12943503/NullPointerException%20COSParser</url>
+                            <outputDirectory>${project.build.directory}/pdfs</outputDirectory>
+                            <outputFileName>PDFBOX-4339.pdf</outputFileName>
+                            <sha512>2e48aeae83ef6fc4c5f95aafdfe8c76dd8d2dcf3516701c70ffeb14f06ba246a17c21f2dadf8fa48bccef5b72daffdd30ed7c9aa7f5183ddf889968caa2ded6a</sha512>
+                        </configuration>
+                    </execution>
                 </executions>
             </plugin>
         </plugins>