elharo opened a new issue, #315: URL: https://github.com/apache/maven-clean-plugin/issues/315
### Affected version 3.5.0 et al ### Bug description Clean currently misses generated files that are .gitignored and relics of previous builds after the pom.xml that built them is deleted. See https://github.com/apache/maven-resolver/issues/1943 https://github.com/apache/maven/issues/11800 related but not the same: https://issues.apache.org/jira/browse/RAT-476 (Fixing this bug would keep the RAT plugin from failing a build based on the gitignored files, but would not remove them. They would remain uncleaned in the project directory.) "The Clean Plugin is used when you want to remove files generated at build-time in a project's directory." Are there files generated at build-time in a project's directory? Yes. Is the clean plugin failing to remove them? Yes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
