fix RAT excludes
Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/01728331 Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/01728331 Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/01728331 Branch: refs/heads/master Commit: 017283317377f7df431f1e8b11912ad3a6ff72ed Parents: 74a51d3 Author: Till Westmann <[email protected]> Authored: Mon Jun 22 21:20:43 2015 -0700 Committer: Till Westmann <[email protected]> Committed: Mon Jun 22 21:20:43 2015 -0700 ---------------------------------------------------------------------- vxquery-xtest/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vxquery/blob/01728331/vxquery-xtest/pom.xml ---------------------------------------------------------------------- diff --git a/vxquery-xtest/pom.xml b/vxquery-xtest/pom.xml index 3b6474b..bab2642 100644 --- a/vxquery-xtest/pom.xml +++ b/vxquery-xtest/pom.xml @@ -185,7 +185,7 @@ <excludes> <exclude>**/ExpectedTestResults/**/*</exclude> <exclude>**/xqts.txt</exclude> - <exclude>test-suites/**/*</exclude> + <exclude>test-suite*/**/*</exclude> </excludes> <numUnapprovedLicenses>0</numUnapprovedLicenses> <maxmemory>2g</maxmemory>
