diff options
| author | Nicolai Parlog <nicolai@nipafx.dev> | 2023-12-29 16:14:03 +0100 |
|---|---|---|
| committer | Gunnar Morling <gunnar.morling@googlemail.com> | 2023-12-29 18:30:42 +0100 |
| commit | 52ce423874bc402f9fda889e3726552718f94c50 (patch) | |
| tree | 46dab3b9b5355ec21d11b03d302102c9d42be51f | |
| parent | a05f61039ff5c071cfb76b3c3963f990488e1f1a (diff) | |
Don't check measurements* files for a license header
| -rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -169,6 +169,7 @@ <excludes> <exclude>LICENSE.txt</exclude> <exclude>**/.dontdelete</exclude> + <exclude>measurements*.txt</exclude> </excludes> </configuration> <executions> |
