You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/10/29 05:50:42 UTC

svn commit: r1190752 - /maven/archetype/trunk/pom.xml

Author: hboutemy
Date: Sat Oct 29 03:50:42 2011
New Revision: 1190752

URL: http://svn.apache.org/viewvc?rev=1190752&view=rev
Log:
excluded files available on CI server causing unexpected failure

Modified:
    maven/archetype/trunk/pom.xml

Modified: maven/archetype/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/pom.xml?rev=1190752&r1=1190751&r2=1190752&view=diff
==============================================================================
--- maven/archetype/trunk/pom.xml (original)
+++ maven/archetype/trunk/pom.xml Sat Oct 29 03:50:42 2011
@@ -373,6 +373,7 @@ under the License.
             <!-- disable test directories -->
             <exclude>src/test/**</exclude>
             <exclude>src/it/**</exclude>
+            <exclude>.repository/**</exclude><!-- for CI -->
           </excludes>
         </configuration>
         <executions>