This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git
from 39b9ee1 Bump mavenVersion from 4.0.0-rc-2 to 4.0.0-rc-3 (#234) add 9085e2b Remove the dependency to Plexus, replaced by more reliance on `java.nio`. This commit contains the following work items: add 26a0ca6 Remove the last dependency to Plexus by copying the content of the `DEFAULTEXCLUDES` array. new b5b7cb0 Try to port MCLEAN-93: Windows NTFS junctions support. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: pom.xml | 5 - .../org/apache/maven/plugins/clean/CleanMojo.java | 33 +- .../org/apache/maven/plugins/clean/Cleaner.java | 490 ++++++++++++--------- .../org/apache/maven/plugins/clean/Fileset.java | 61 ++- .../apache/maven/plugins/clean/GlobSelector.java | 122 ----- .../org/apache/maven/plugins/clean/Selector.java | 397 ++++++++++++++++- .../apache/maven/plugins/clean/CleanMojoTest.java | 16 +- .../apache/maven/plugins/clean/CleanerTest.java | 43 +- 8 files changed, 748 insertions(+), 419 deletions(-) delete mode 100644 src/main/java/org/apache/maven/plugins/clean/GlobSelector.java