Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.8
-
None
-
Maven 3.03, Java 1.6.0_29, eclipse Indigo Service release 1
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).
Attachments
Attachments
Issue Links
- relates to
-
MAHOUT-1342 Exclude .git/**, Eclipse, and .patch files from Rat check
- Closed