Repository: commons-compress
Updated Branches:
  refs/heads/master b2fac804f -> 08cdbe299


gitattributes don't work reliably on Windows Jenkins nodes


Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/08cdbe29
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/08cdbe29
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/08cdbe29

Branch: refs/heads/master
Commit: 08cdbe2993fef2890e2b2609a653217e38fb67e0
Parents: b2fac80
Author: Stefan Bodewig <bode...@apache.org>
Authored: Sun Jan 14 16:53:45 2018 +0100
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Sun Jan 14 16:53:45 2018 +0100

----------------------------------------------------------------------
 pom.xml                                   |  19 +++++++++++++++++++
 src/test/resources/bla.tar.zst            | Bin 473 -> 0 bytes
 src/test/resources/zstandard.testdata.zst | Bin 94 -> 0 bytes
 src/test/resources/zstd-tests.tar         | Bin 0 -> 10240 bytes
 4 files changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/08cdbe29/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0df4a23..ef550be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -307,6 +307,25 @@ Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
         <artifactId>maven-pmd-plugin</artifactId>
         <version>${commons.pmd-plugin.version}</version>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>process-test-resources</phase>
+            <configuration>
+              <target>
+                <untar src="${basedir}/src/test/resources/zstd-tests.tar"
+                       dest="${project.build.testOutputDirectory}"
+                       />
+              </target>
+            </configuration>
+            <goals>
+              <goal>run</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>
 

http://git-wip-us.apache.org/repos/asf/commons-compress/blob/08cdbe29/src/test/resources/bla.tar.zst
----------------------------------------------------------------------
diff --git a/src/test/resources/bla.tar.zst b/src/test/resources/bla.tar.zst
deleted file mode 100644
index d5fd6e0..0000000
Binary files a/src/test/resources/bla.tar.zst and /dev/null differ

http://git-wip-us.apache.org/repos/asf/commons-compress/blob/08cdbe29/src/test/resources/zstandard.testdata.zst
----------------------------------------------------------------------
diff --git a/src/test/resources/zstandard.testdata.zst 
b/src/test/resources/zstandard.testdata.zst
deleted file mode 100644
index 86c03fe..0000000
Binary files a/src/test/resources/zstandard.testdata.zst and /dev/null differ

http://git-wip-us.apache.org/repos/asf/commons-compress/blob/08cdbe29/src/test/resources/zstd-tests.tar
----------------------------------------------------------------------
diff --git a/src/test/resources/zstd-tests.tar 
b/src/test/resources/zstd-tests.tar
new file mode 100644
index 0000000..6c81d51
Binary files /dev/null and b/src/test/resources/zstd-tests.tar differ

Reply via email to