aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-07-02 13:45:39 +0000
committerOlivier Lamy <olamy@apache.org>2012-07-02 13:45:39 +0000
commitc005356570970189e4a493db4710146318be1654 (patch)
treec5d4b1b96e5eab2a32093123005747de45468acf /pom.xml
parent69ed84b5cae4561671b29f334d05ac45d740147a (diff)
downloadarchiva-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.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 6857551ee..c247be181 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1762,6 +1762,7 @@
<exclude>DEPENDENCIES</exclude>
<exclude>README.txt</exclude>
<exclude>*.sh</exclude>
+ <exclude>.git/**</exclude>
</excludes>
</configuration>
</plugin>