]> source.dussan.org Git - archiva.git/commitdiff
[MRM-605] unit tests fail on Archiva source distribution
authorBrett Porter <brett@apache.org>
Wed, 2 Jul 2008 01:11:18 +0000 (01:11 +0000)
committerBrett Porter <brett@apache.org>
Wed, 2 Jul 2008 01:11:18 +0000 (01:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@673249 13f79535-47bb-0310-9956-ffa450edef68

pom.xml
src/main/assembly/src.xml

diff --git a/pom.xml b/pom.xml
index 4fbd0b58c69fcac86b82b2b589bc758f808f72b6..2a686ee0714fb1e1be73460a2856f8537e2f3a75 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <plugins>
           <plugin>
             <artifactId>maven-assembly-plugin</artifactId>
-            <version>2.1</version>
+            <version>2.2-beta-2</version>
             <inherited>false</inherited>
             <configuration>
               <descriptors>
index 17d321b56a2ddc2f1a26b29ecc4be0f01fb40f23..c0cc3deed6c59acc6b605ad02676a0be45095934 100644 (file)
     <format>zip</format>
   </formats>
   <fileSets>
+    <fileSet>
+      <useDefaultExcludes>false</useDefaultExcludes>
+      <directory>.</directory>
+      <outputDirectory>/</outputDirectory>
+      <includes>
+        <include>**/CVS/**</include>
+      </includes>
+    </fileSet>
     <fileSet>
       <directory>.</directory>
       <outputDirectory>/</outputDirectory>