Jeff Hodges created MNG-7377:
--------------------------------
Summary: Reading code in vscode causes maven's Apache Rat config
to alarm
Key: MNG-7377
URL: https://issues.apache.org/jira/browse/MNG-7377
Project: Maven
Issue Type: Bug
Reporter: Jeff Hodges
vscode adds a `.vscode` directory to the top of a git repo it's opened in. This
is harmless, but the apache-rat plugin configured in the maven's top-level
`pom.xml` sounds the alarm on it and doesn't even allow the code to compile.
That means anyone reading maven's code in vscode will have a failing build
I've got a patch I'll post that ignores the `.vscode` dir in the rat's config
and in `.gitignore`.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)