diff options
author | Olivier Lamy <olamy@apache.org> | 2012-07-02 20:25:06 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-07-02 20:25:06 +0000 |
commit | a116e45603c19ef79ff946ea371bcb67493c43e6 (patch) | |
tree | ebe9c16d607fc38864515207c9a0c6fb783d4005 /pom.xml | |
parent | fc80546f5a246274e326226b58bb031af6cc2bdd (diff) | |
download | archiva-a116e45603c19ef79ff946ea371bcb67493c43e6.tar.gz archiva-a116e45603c19ef79ff946ea371bcb67493c43e6.zip |
fix some issues reported by rat check
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1356459 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1764,6 +1764,7 @@ <exclude>*.sh</exclude> <exclude>.git/**</exclude> <exclude>src/test/resources/projects/compile/goal.txt</exclude> + <exclude>**/*.iml</exclude> </excludes> </configuration> </plugin> |