This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new 57758b9 Fix Jenkins build.
57758b9 is described below
commit 57758b94cbae13ba5756e777c1ed82d5d4c41bdd
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Apr 19 09:29:57 2019 -0400
Fix Jenkins build.
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index 92b6e90..034df84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -280,6 +280,8 @@
<excludes combine.children="append">
<!-- trivial test data text files -->
<exclude>src/test/resources/test-data/**/*.txt</exclude>
+ <exclude>src/test/resources/test-data/**/*.tgz</exclude>
+ <exclude>src/test/resources/test-data/**/*.tbz2</exclude>
<exclude>src/test/resources/test-data/test.mf</exclude>
<!-- implicite exclude does not work if sandbox profile is not
activated -->
<exclude>commons-vfs2-sandbox/**</exclude>
@@ -301,6 +303,8 @@
<excludes combine.children="append">
<!-- trivial test data text files -->
<exclude>src/test/resources/test-data/**/*.txt</exclude>
+ <exclude>src/test/resources/test-data/**/*.tgz</exclude>
+ <exclude>src/test/resources/test-data/**/*.tbz2</exclude>
<exclude>src/test/resources/test-data/test.mf</exclude>
<!-- implicit exclude does not work if sandbox profile is not
activated -->
<exclude>commons-vfs2-sandbox/**</exclude>