You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Felix Knecht <fe...@apache.org> on 2008/09/03 17:50:10 UTC

Re: svn commit: r691638 - /directory/project/trunk/pom.xml

I'm quite sure this is a bug in rat plugin, but I need to do some more
test about this (maybe tomorrow ...)

Felix

felixk@apache.org schrieb:
> Author: felixk
> Date: Wed Sep  3 08:45:11 2008
> New Revision: 691638
>
> URL: http://svn.apache.org/viewvc?rev=691638&view=rev
> Log:
> Get rid of the failure in target directory. Oh my good is this ugly
>
> Modified:
>     directory/project/trunk/pom.xml
>
> Modified: directory/project/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/directory/project/trunk/pom.xml?rev=691638&r1=691637&r2=691638&view=diff
> ==============================================================================
> --- directory/project/trunk/pom.xml (original)
> +++ directory/project/trunk/pom.xml Wed Sep  3 08:45:11 2008
> @@ -371,6 +371,11 @@
>            <plugin>
>              <groupId>org.codehaus.mojo</groupId>
>              <artifactId>rat-maven-plugin</artifactId>
> +            <configuration>
> +              <excludes>
> +                <exclude>**/target/**/*</exclude>
> +              </excludes>
> +            </configuration>
>              <executions>
>                <execution>
>                  <phase>verify</phase>
> @@ -530,6 +535,9 @@
>          <artifactId>rat-maven-plugin</artifactId>
>          <configuration>
>  	  <excludeSubProjects>false</excludeSubProjects>
> +          <excludes>
> +            <exclude>**/target/**/*</exclude>
> +          </excludes>
>          </configuration>
>        </plugin>
>      </plugins>
>
>
>