Author: bodewig
Date: Tue Oct 18 15:31:12 2011
New Revision: 1185722
URL: http://svn.apache.org/viewvc?rev=1185722&view=rev
Log:
Add a tarball holding all zips needed for zip64 interop tests
Added:
commons/proper/compress/trunk/src/test/resources/zip64support.tar.bz2
(with props)
Removed:
commons/proper/compress/test-resources/
Modified:
commons/proper/compress/trunk/pom.xml
Modified: commons/proper/compress/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1185722&r1=1185721&r2=1185722&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Tue Oct 18 15:31:12 2011
@@ -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>
Added: commons/proper/compress/trunk/src/test/resources/zip64support.tar.bz2
URL:
http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/test/resources/zip64support.tar.bz2?rev=1185722&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
commons/proper/compress/trunk/src/test/resources/zip64support.tar.bz2
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream