aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorNicolai Parlog <nicolai@nipafx.dev>2023-12-29 16:14:03 +0100
committerGunnar Morling <gunnar.morling@googlemail.com>2023-12-29 18:30:42 +0100
commit52ce423874bc402f9fda889e3726552718f94c50 (patch)
tree46dab3b9b5355ec21d11b03d302102c9d42be51f /pom.xml
parenta05f61039ff5c071cfb76b3c3963f990488e1f1a (diff)
Don't check measurements* files for a license header
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 93d754b..401e826 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,6 +169,7 @@
<excludes>
<exclude>LICENSE.txt</exclude>
<exclude>**/.dontdelete</exclude>
+ <exclude>measurements*.txt</exclude>
</excludes>
</configuration>
<executions>