diff options
author | Olivier Lamy <olamy@apache.org> | 2013-12-09 11:21:36 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2013-12-09 11:21:36 +0000 |
commit | 5e491265be20048349d36660f72570c6f851e3fb (patch) | |
tree | 4f79186968234a8586fa64f2354a69fd97cb4946 /archiva-modules/archiva-web/archiva-web-common | |
parent | 69fad2da3e1802ee741a5f85e39558c11df44e9e (diff) | |
download | archiva-5e491265be20048349d36660f72570c6f851e3fb.tar.gz archiva-5e491265be20048349d36660f72570c6f851e3fb.zip |
exclude test repo files from rat
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1549545 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-web-common')
-rw-r--r-- | archiva-modules/archiva-web/archiva-web-common/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-web-common/pom.xml b/archiva-modules/archiva-web/archiva-web-common/pom.xml index c786af001..6a86be3a7 100644 --- a/archiva-modules/archiva-web/archiva-web-common/pom.xml +++ b/archiva-modules/archiva-web/archiva-web-common/pom.xml @@ -423,6 +423,7 @@ <configuration> <excludes> <exclude>src/test/repositories/test-repo/**</exclude> + <exclude>src/test/repositories/snapshot-repo/**</exclude> </excludes> </configuration> </plugin> |