[ https://issues.apache.org/jira/browse/RAT-107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901113#comment-17901113 ]
ASF subversion and git services commented on RAT-107: ----------------------------------------------------- Commit 51dc4198388c18e8583048f767ca6e07ea8ce523 in creadur-rat's branch refs/heads/master from Claude Warren [ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=51dc4198 ] RAT-107: fix excludes working recursively in submodules and add tests (#401) * Fixes for SCM style excludes * Fixes additional SCM excludes * RAT-107: Minor fixes, changelog and docs * RAT-107: Make log output more explicit --------- Co-authored-by: P. Ottlinger <pottlin...@apache.org> > useEclipseDefaultExcludes does not ignore sub-module's eclipse dotfiles. > ------------------------------------------------------------------------ > > Key: RAT-107 > URL: https://issues.apache.org/jira/browse/RAT-107 > Project: Apache Rat > Issue Type: Bug > Components: Client - maven > Affects Versions: 0.8 > Environment: Maven 3.03, Java 1.6.0_29, eclipse Indigo Service > release 1 > Reporter: jv > Assignee: Claude Warren > Priority: Major > Labels: eclipse, maven > Fix For: 0.17 > > Attachments: apache-rat-project-RAT-107.patch > > > 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 was sent by Atlassian Jira (v8.20.10#820010)