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>