This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch debug-it-tests
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/debug-it-tests by this push:
new c2b58be51 do not filter index files
c2b58be51 is described below
commit c2b58be5142e30d620bd5720252845d16757b485
Author: Olivier Lamy <[email protected]>
AuthorDate: Tue Apr 12 09:43:36 2022 +1000
do not filter index files
Signed-off-by: Olivier Lamy <[email protected]>
---
archiva-modules/archiva-web/archiva-webapp-test/pom.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
index decac8872..69a759ccb 100644
--- a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
+++ b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
@@ -325,6 +325,19 @@
<includes>
<include>**/*</include>
</includes>
+ <excludes>
+ <exclude>**/index/**</exclude>
+ </excludes>
+ </testResource>
+ <testResource>
+ <directory>src/test/resources</directory>
+ <filtering>false</filtering>
+ <includes>
+ <include>**/index/**</include>
+ </includes>
+ <excludes>
+ <exclude>**/**</exclude>
+ </excludes>
</testResource>
</testResources>
<pluginManagement>