On 03/03/2013 06:49 PM, t...@apache.org wrote:
> Author: tn
> Date: Sun Mar  3 17:49:03 2013
> New Revision: 1452075
> 
> URL: http://svn.apache.org/r1452075
> Log:
> Ignore site-content directory for rat plugin
> 
> Modified:
>     commons/proper/collections/trunk/pom.xml
> 
> Modified: commons/proper/collections/trunk/pom.xml
> URL: 
> http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1452075&r1=1452074&r2=1452075&view=diff
> ==============================================================================
> --- commons/proper/collections/trunk/pom.xml (original)
> +++ commons/proper/collections/trunk/pom.xml Sun Mar  3 17:49:03 2013
> @@ -546,6 +546,15 @@
>            </reportSet>
>          </reportSets>
>        </plugin>
> +      <plugin>
> +        <groupId>org.apache.rat</groupId>
> +        <artifactId>apache-rat-plugin</artifactId>
> +        <configuration>
> +          <excludes>
> +            <exclude>site-content/**/*</exclude>
> +          </excludes>
> +        </configuration>
> +      </plugin>
>      </plugins>
>    </reporting>

Is it possible to add this to commons-parent? Otherwise, the rat plugin
will also check the site which will result in lots of complaints about
missing license.

Also the setup-checkout profile which has been added by Olivier for some
components now could be moved there too?

Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to