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/06/02 14:00:14 UTC

svn commit: r1488688 - /archiva/redback/redback-core/trunk/pom.xml

Author: olamy
Date: Sun Jun  2 12:00:14 2013
New Revision: 1488688

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

Modified:
    archiva/redback/redback-core/trunk/pom.xml

Modified: archiva/redback/redback-core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/pom.xml?rev=1488688&r1=1488687&r2=1488688&view=diff
==============================================================================
--- archiva/redback/redback-core/trunk/pom.xml (original)
+++ archiva/redback/redback-core/trunk/pom.xml Sun Jun  2 12:00:14 2013
@@ -777,6 +777,7 @@
             <exclude>.classpath</exclude>
             <exclude>.settings/**</exclude>
             <exclude>.site-content/**</exclude>
+            <exclude>.java-version</exclude>
           </excludes>
         </configuration>
         <executions>