You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@creadur.apache.org by "Pascal Schumacher (JIRA)" <ji...@apache.org> on 2016/12/18 13:01:01 UTC

[jira] [Created] (RAT-225) Maven RAT excludes do not work under windows

Pascal Schumacher created RAT-225:
-------------------------------------

             Summary: 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


{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)