Thanks for fixing that Phil, I missed that!

I think we should eat our own dogfood and move the apache-rat:check
execution out of the "rat" profile, so that it always runs for every
build. It doesn't take that much time. What do you think?

On Fri, Aug 15, 2014 at 9:15 AM,  <[email protected]> wrote:
> 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>
>
>



-- 
Dennis Lundberg

Reply via email to