diff options
author | Olivier Lamy <olamy@apache.org> | 2012-07-02 13:45:39 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-07-02 13:45:39 +0000 |
commit | c005356570970189e4a493db4710146318be1654 (patch) | |
tree | c5d4b1b96e5eab2a32093123005747de45468acf /pom.xml | |
parent | 69ed84b5cae4561671b29f334d05ac45d740147a (diff) | |
download | archiva-c005356570970189e4a493db4710146318be1654.tar.gz archiva-c005356570970189e4a493db4710146318be1654.zip |
start fixing rat issues and exclude .git/**
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1356224 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1762,6 +1762,7 @@ <exclude>DEPENDENCIES</exclude> <exclude>README.txt</exclude> <exclude>*.sh</exclude> + <exclude>.git/**</exclude> </excludes> </configuration> </plugin> |