diff options
author | Brett Porter <brett@apache.org> | 2008-07-02 01:11:18 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2008-07-02 01:11:18 +0000 |
commit | b4077906645e47370f8b13c8453bcdb34001a15a (patch) | |
tree | f754f0d335f4eca56ca7cf1a62a5a31c37d4bba6 /src | |
parent | 45fba2c2166c13701243f4f97228858da79b3066 (diff) | |
download | archiva-b4077906645e47370f8b13c8453bcdb34001a15a.tar.gz archiva-b4077906645e47370f8b13c8453bcdb34001a15a.zip |
[MRM-605] unit tests fail on Archiva source distribution
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@673249 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/main/assembly/src.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/assembly/src.xml b/src/main/assembly/src.xml index 17d321b56..c0cc3deed 100644 --- a/src/main/assembly/src.xml +++ b/src/main/assembly/src.xml @@ -26,6 +26,14 @@ </formats> <fileSets> <fileSet> + <useDefaultExcludes>false</useDefaultExcludes> + <directory>.</directory> + <outputDirectory>/</outputDirectory> + <includes> + <include>**/CVS/**</include> + </includes> + </fileSet> + <fileSet> <directory>.</directory> <outputDirectory>/</outputDirectory> <excludes> |