You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@creadur.apache.org by "John Vines (Created) (JIRA)" <ji...@apache.org> on 2011/11/29 15:45:40 UTC

[jira] [Created] (RAT-107) useEclipseDefaultExcludes does not ignore sub-module's eclipse dotfiles.

useEclipseDefaultExcludes does not ignore sub-module's eclipse dotfiles.
------------------------------------------------------------------------

                 Key: RAT-107
                 URL: https://issues.apache.org/jira/browse/RAT-107
             Project: RAT
          Issue Type: Bug
          Components: maven
    Affects Versions: 0.8
         Environment: Maven 3.03, Java 1.6.0_29, eclipse Indigo Service release 1
            Reporter: John Vines


useEclipseDefaultExcludes works for ignoring eclipse dotfiles in the parent pom's directory, but when used in conjuction with excludeSubProjects=false, subProjects eclipse dotfiles are not ignored and I believe they should be.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (RAT-107) useEclipseDefaultExcludes does not ignore sub-module's eclipse dotfiles.

Posted by "John Vines (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RAT-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Vines updated RAT-107:
---------------------------

    Description: 
useEclipseDefaultExcludes works for ignoring eclipse dotfiles in the parent pom's directory, but when used in conjuction with excludeSubProjects=false, subProjects eclipse dotfiles are not ignored and I believe they should be.

This can be recreated by having a maven project with integrated submodules, and setting up RAT to <excludeSubProjects>false</excludeSubProjects> and <useEclipseDefaultExcludes>true</useEclipseDefaultExcludes>. In the generated output file you will see the .project and .settings file/folder are not included in the check, but the <submodule>/.project and <submodule>/.settings file/folder are checked (and will presumably fail).

  was:useEclipseDefaultExcludes works for ignoring eclipse dotfiles in the parent pom's directory, but when used in conjuction with excludeSubProjects=false, subProjects eclipse dotfiles are not ignored and I believe they should be.

    
> useEclipseDefaultExcludes does not ignore sub-module's eclipse dotfiles.
> ------------------------------------------------------------------------
>
>                 Key: RAT-107
>                 URL: https://issues.apache.org/jira/browse/RAT-107
>             Project: RAT
>          Issue Type: Bug
>          Components: maven
>    Affects Versions: 0.8
>         Environment: Maven 3.03, Java 1.6.0_29, eclipse Indigo Service release 1
>            Reporter: John Vines
>              Labels: eclipse, maven
>
> useEclipseDefaultExcludes works for ignoring eclipse dotfiles in the parent pom's directory, but when used in conjuction with excludeSubProjects=false, subProjects eclipse dotfiles are not ignored and I believe they should be.
> This can be recreated by having a maven project with integrated submodules, and setting up RAT to <excludeSubProjects>false</excludeSubProjects> and <useEclipseDefaultExcludes>true</useEclipseDefaultExcludes>. In the generated output file you will see the .project and .settings file/folder are not included in the check, but the <submodule>/.project and <submodule>/.settings file/folder are checked (and will presumably fail).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira