This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git
commit e81b8c5cb6a932e248c9b5e10f0f7aa2d69ffa5d Author: Martin Stockhammer <[email protected]> AuthorDate: Fri Nov 29 22:41:16 2019 +0100 Fix rat config --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 733d3a7..a30121e 100644 --- a/pom.xml +++ b/pom.xml @@ -872,6 +872,7 @@ <exclude>.repository/**</exclude> <exclude>**/.site-content/**</exclude> <exclude>**/git-sparse-checkout-pattern</exclude> + <exclude>**/site.css</exclude> <!-- Netbeans files --> <exclude>nb-configuration.xml</exclude>
