diff options
author | Martin Stockhammer <martin_s@apache.org> | 2018-12-11 23:27:51 +0100 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2018-12-11 23:27:51 +0100 |
commit | bcfcab3393562926da349ac9ff429b617121dc29 (patch) | |
tree | b559ecf3eab815d965a3828634719fb8663eadea /archiva-docs | |
parent | 82b9d86d32920c043d8bb16a79697895d2f4a6e2 (diff) | |
download | archiva-bcfcab3393562926da349ac9ff429b617121dc29.tar.gz archiva-bcfcab3393562926da349ac9ff429b617121dc29.zip |
Fixing RAT patterns
Diffstat (limited to 'archiva-docs')
-rw-r--r-- | archiva-docs/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archiva-docs/pom.xml b/archiva-docs/pom.xml index 5aded0fb2..50ffac770 100644 --- a/archiva-docs/pom.xml +++ b/archiva-docs/pom.xml @@ -50,6 +50,8 @@ <exclude>src/site/resources/js/*.js</exclude> <exclude>*.sh</exclude> <exclude>.site-content/**</exclude> + <exclude>git-sparse-checkout-pattern</exclude> + <exclude>README.*</exclude> </excludes> </configuration> </plugin> |