[
https://issues.apache.org/jira/browse/MCLEAN-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17776818#comment-17776818
]
ASF GitHub Bot commented on MCLEAN-111:
---------------------------------------
wilx commented on PR #32:
URL:
https://github.com/apache/maven-clean-plugin/pull/32#issuecomment-1769003627
> So it looks like when we use includes/excludes fastDelete will not works -
correct?
Yes and it makes sense. The fast delete moves the entire directory. If you
want to delete only some files, you cannot move the directory because the files
that should stay there would not.
> Fast clean does not work delete files in the background but in foreground.
> --------------------------------------------------------------------------
>
> Key: MCLEAN-111
> URL: https://issues.apache.org/jira/browse/MCLEAN-111
> Project: Maven Clean Plugin
> Issue Type: Bug
> Affects Versions: 3.3.1
> Reporter: Václav Haisman
> Priority: Major
> Labels: pull-request-available
> Fix For: next-release
>
>
> The plugin is supposed to move directories away and then delete the files in
> background. That functionality is broken because an instance of GlobSelector
> is always passed down to the Cleaner instance.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)