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 2015/04/04 23:28:10 UTC

svn commit: r1671350 - /maven/shared/trunk/maven-shared-utils/pom.xml

Author: hboutemy
Date: Sat Apr  4 21:28:10 2015
New Revision: 1671350

URL: http://svn.apache.org/r1671350
Log:
ignore more files that cause issue apparently on Windows

Modified:
    maven/shared/trunk/maven-shared-utils/pom.xml

Modified: maven/shared/trunk/maven-shared-utils/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-utils/pom.xml?rev=1671350&r1=1671349&r2=1671350&view=diff
==============================================================================
--- maven/shared/trunk/maven-shared-utils/pom.xml (original)
+++ maven/shared/trunk/maven-shared-utils/pom.xml Sat Apr  4 21:28:10 2015
@@ -156,6 +156,7 @@
             <exclude>**/*.versionsBackup</exclude>
             <exclude>.gitignore</exclude>
             <exclude>src/test/resources/directorywalker/**/*</exclude>
+            <exclude>src/test/resources/symlinks/**/*</exclude>
             <exclude>dependency-reduced-pom.xml</exclude>
           </excludes>
         </configuration>