Author: pottlinger
Date: Fri Aug 15 07:15:10 2014
New Revision: 1618110
URL: http://svn.apache.org/r1618110
Log:
Adapting new test file locations to fix build failures due to wrong paths in
RAT-exclusions.
Modified:
creadur/rat/trunk/apache-rat-plugin/pom.xml
Modified: creadur/rat/trunk/apache-rat-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-plugin/pom.xml?rev=1618110&r1=1618109&r2=1618110&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-plugin/pom.xml (original)
+++ creadur/rat/trunk/apache-rat-plugin/pom.xml Fri Aug 15 07:15:10 2014
@@ -126,9 +126,9 @@
<configuration>
<excludes>
<!-- These files does not have license headers because they
are used to test license headers -->
- <exclude>src/test/invoker/it1/src.apt</exclude>
- <exclude>src/test/it2/src.txt</exclude>
- <exclude>src/test/it3/src.apt</exclude>
+ <exclude>src/it/it1/src.apt</exclude>
+ <exclude>src/test/resources/unit/it2/src.txt</exclude>
+ <exclude>src/test/resources/unit/it3/src.apt</exclude>
</excludes>
</configuration>
<executions>