This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-jbig2.git


The following commit(s) were added to refs/heads/master by this push:
     new 7501b29  PDFBOX-6151: load and extract zip file
7501b29 is described below

commit 7501b29b770c2864d73a586edfe390faf1f5e600
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Apr 14 10:16:34 2026 +0200

    PDFBOX-6151: load and extract zip file
---
 pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/pom.xml b/pom.xml
index 34f4505..e23d65a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -335,6 +335,21 @@
                             
<sha512>5185b59b4117d830a05a225e7e4b3a8239f249c78f6133204d62d510991daf769d287cd704ba91895964ff3df8722fb304d1e571f3b4d250e663a064c53a3091</sha512>
                         </configuration>
                     </execution>
+                    <execution>
+                        <!-- Serenity testfiles by Nico Weber -->
+                        <id>Testfiles2</id>
+                        <phase>generate-test-resources</phase>
+                        <goals>
+                            <goal>wget</goal>
+                        </goals>
+                        <configuration>
+                            <skip>${skip-external-testfiles}</skip>
+                            
<url>https://github.com/user-attachments/files/24440663/serenity-jbig2-files.zip</url>
+                            <unpack>true</unpack>
+                            
<outputDirectory>${project.build.directory}/images</outputDirectory>
+                            
<sha512>3af3189bcc7426cc6c0a4048ade5067c8fdf0e5e3d3c68b96a1c0c4ba17e5309236f1960a9c2b2545e9627cab5c0294531a2350da04c35c43aaf0c1579a86112</sha512>
+                        </configuration>
+                    </execution>
                 </executions>
             </plugin>
             <plugin>

Reply via email to