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 2013/05/26 14:30:27 UTC

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

Author: olamy
Date: Sun May 26 12:30:27 2013
New Revision: 1486412

URL: http://svn.apache.org/r1486412
Log:
exclude .java-version from rat

Modified:
    archiva/trunk/pom.xml

Modified: archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=1486412&r1=1486411&r2=1486412&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Sun May 26 12:30:27 2013
@@ -1804,6 +1804,7 @@
               <exclude>.repository/**</exclude>
               <exclude>*.patch</exclude>
               <exclude>**/target/**</exclude>
+              <exclude>.java-version</exclude>
             </excludes>
           </configuration>
         </plugin>