elharo commented on issue #315: URL: https://github.com/apache/maven-clean-plugin/issues/315#issuecomment-4844498475
It's *not* beyond the projects' directory. It is inside the project's directory. The project directory is what was checked out form the source code repo. The uncleaned files are build artifacts created in the directory by maven. This is exactly what the clean plugin is supposed to clean. The rest is implementation details. You are explaining why the current plugin has failed to clean them. This is not a reason not to clean them. The clean plugin should not remove things that are not build artifacts, but it should remove things that are build artifacts. These are build artifacts. Ergo they should be removed. -- 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]
