diff options
author | Martin Stockhammer <martin_s@apache.org> | 2018-12-11 21:25:24 +0100 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2018-12-11 21:25:24 +0100 |
commit | 82b9d86d32920c043d8bb16a79697895d2f4a6e2 (patch) | |
tree | ed93a0bdb198f0900d2958e63445503fe833de0d /pom.xml | |
parent | ee00a556ec96b417822e1421e2ea5d03ed1215ae (diff) | |
download | archiva-82b9d86d32920c043d8bb16a79697895d2f4a6e2.tar.gz archiva-82b9d86d32920c043d8bb16a79697895d2f4a6e2.zip |
Fixing RAT patterns
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1876,6 +1876,8 @@ <exclude>out/**</exclude> <exclude>Jenkinsfile</exclude> <exclude>**/*.log</exclude> + <exclude>**/.site-content/**</exclude> + <exclude>**/git-sparse-checkout-pattern</exclude> </excludes> </configuration> </plugin> |