On 07/14/11 10:52, Fabian Christ wrote:
> Hi,
> 
> I would like to exclude some files that I know of are no problem in
> terms of license. I have a situation where the information about the
> license can not be in a header and is in a separate README.
> 
> Is there a way in RAT 0.8-SNAPSHOT to exclude those files to make the
> release build succeed?

Just add some exclusions to the configuration eg

<excludes>
<!--
License in README
-->
<exclude>foo/bar/DocumentWithoutLicenseHeader.txt</exclude>
...

Robert

Reply via email to