You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2014/02/12 11:34:58 UTC

svn commit: r1567589 - /archiva/trunk/pom.xml

Author: olamy
Date: Wed Feb 12 10:34:57 2014
New Revision: 1567589

URL: http://svn.apache.org/r1567589
Log:
exclude all .java-version

Modified:
    archiva/trunk/pom.xml

Modified: archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=1567589&r1=1567588&r2=1567589&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Wed Feb 12 10:34:57 2014
@@ -1865,7 +1865,7 @@
               <exclude>.repository/**</exclude>
               <exclude>*.patch</exclude>
               <exclude>**/target/**</exclude>
-              <exclude>.java-version</exclude>
+              <exclude>**/.java-version</exclude>
               <exclude>patch.diff</exclude>
             </excludes>
           </configuration>