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>