[ 
https://issues.apache.org/jira/browse/RAT-225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15758941#comment-15758941
 ] 

Karl Heinz Marbaise commented on RAT-225:
-----------------------------------------

No problem. I can try to move the issue to the commons-lang project ?

> Maven RAT excludes do not work under windows
> --------------------------------------------
>
>                 Key: RAT-225
>                 URL: https://issues.apache.org/jira/browse/RAT-225
>             Project: Apache Rat
>          Issue Type: Bug
>          Components: maven
>    Affects Versions: 0.12
>         Environment: windows 10
>            Reporter: Pascal Schumacher
>         Attachments: apache-rat.patch
>
>
> {code}mvn apache-rat:check{code} fails for projects like commons-lang and 
> commons-compress.
> Commons lang uses this plugin configuration:
> {code}<plugin>
>         <groupId>org.apache.rat</groupId>
>         <artifactId>apache-rat-plugin</artifactId>
>         <configuration>
>           <excludes>
>             <exclude>site-content/**</exclude>
>             <exclude>src/site/resources/.htaccess</exclude>
>             <exclude>src/site/resources/download_lang.cgi</exclude>
>             
> <exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude>
>             <exclude>src/test/resources/lang-708-input.txt</exclude>
>           </excludes>
>         </configuration>
> </plugin>{code}
> see https://github.com/apache/commons-lang/blob/master/pom.xml#L733
> {code}mvn apache-rat:check{code} fails and rat.txt contains:
> {code}!????? src/site/resources/.htaccess
> !????? src/site/resources/release-notes/RELEASE-NOTES-1.0.1.txt{code}
> I guess this is because I'm using Windows.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to