Add a tarball holding all zips needed for zip64 interop tests

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/compress/trunk@1185722 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 252a3ec..c1c7e33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -289,6 +289,26 @@
       <build>
         <plugins>
           <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <version>1.6</version>
+            <executions>
+              <execution>
+                <phase>process-test-resources</phase>
+                <configuration>
+                  <target>
+                    <untar src="${basedir}/src/test/resources/zip64support.tar.bz2"
+                           dest="${project.build.testOutputDirectory}"
+                           compression="bzip2"/>
+                  </target>
+                </configuration>
+                <goals>
+                  <goal>run</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
               <includes>