Author: sebb
Date: Tue Sep 16 12:09:18 2014
New Revision: 1625256
URL: http://svn.apache.org/r1625256
Log:
Allow builds to work from parent
Modified:
creadur/rat/trunk/pom.xml
Modified: creadur/rat/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1625256&r1=1625255&r2=1625256&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Tue Sep 16 12:09:18 2014
@@ -308,6 +308,13 @@ agnostic home for software distribution
<excludes>
<!-- This file only describes how to build the project and it
has no license header -->
<exclude>BUILD.txt</exclude>
+ <!-- rat:check does not seem to use exclusions from modules -->
+ <exclude>apache-rat/README*.txt</exclude>
+ <exclude>apache-rat-core/src/test/resources/**</exclude>
+ <exclude>apache-rat*/target/**</exclude>
+ <exclude>apache-rat-plugin/src/test/resources/**</exclude>
+ <exclude>apache-rat-plugin/src/it/**</exclude>
+ <exclude>apache-rat-tasks/src/test/resources/**</exclude>
</excludes>
</configuration>
</plugin>