+1. This setup checkout is here to do a "light" checkout with excluding some directories (javadocs which contains javadocs of previous release). Not sure it's the case for all components but that's not an issue.
2013/3/3 Thomas Neidhart <thomas.neidh...@gmail.com>: > 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 > -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org