aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGunnar Morling <gunnar.morling@googlemail.com>2024-01-04 15:24:27 +0100
committerGunnar Morling <gunnar.morling@googlemail.com>2024-01-04 15:24:27 +0100
commitc74dc32b35d1b6b74a502748b003eb5b193ad105 (patch)
tree0558d57ae67f4f4c23b4dd03ff83b114c948c8ce /pom.xml
parentc9400bc1ce8cad61e6acf6ec5d0076b7f0695d3e (diff)
Adding test loop
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d5219ff..a3a824c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,8 @@
<excludes>
<exclude>LICENSE.txt</exclude>
<exclude>**/.dontdelete</exclude>
- <exclude>measurements*.txt</exclude>
+ <exclude>**/measurements*.txt</exclude>
+ <exclude>**/measurements*.out</exclude>
</excludes>
</configuration>
<executions>