diff options
author | Martin Schreier <martin_s@apache.org> | 2022-01-06 11:17:26 +0100 |
---|---|---|
committer | Martin Schreier <martin_s@apache.org> | 2022-01-06 11:17:26 +0100 |
commit | 70bd7fdd3cf2021e6da6fd04424f1b877e612881 (patch) | |
tree | f0ead0822b2e7b5f4d647d092f89128044e7db4a /pom.xml | |
parent | d124a9eab7e53972430336f1c98053acdf5faf4f (diff) | |
download | archiva-70bd7fdd3cf2021e6da6fd04424f1b877e612881.tar.gz archiva-70bd7fdd3cf2021e6da6fd04424f1b877e612881.zip |
Fixing RAT excludes
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1996,6 +1996,7 @@ <exclude>**/.site-content/**</exclude> <exclude>**/git-sparse-checkout-pattern</exclude> <exclude>status-dep.txt</exclude> + <exclude>.asf.yaml</exclude> </excludes> </configuration> </plugin> |