-
Notifications
You must be signed in to change notification settings - Fork 57
[MCLEAN-95] Add a fast clean option #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
42f4274
Add a fast clean option
gnodet 3b3fdbe
folder -> dir
gnodet 4018375
Avoid magic constants
gnodet 40902c3
Add a bit of doc to explain the fallback to the usual deletion mechanism
gnodet 8dfd612
Handle use case where the fastDir is inside the target folder
gnodet 0a2030d
Wait for file deletion to finish at the end of the maven session
gnodet 5e3d086
Use [project]/target/.clean as the temporary cleaning folder, make su…
gnodet c807f9e
Require maven 3.3.1
gnodet 2b80a51
Fix unit tests and avoid the usage of EventSpyDispatcher
gnodet 5b6b7c1
Use the field which is available in both 3.x and 4.x until we get a p…
gnodet b3830d0
Relying on EventtSpy does not work with plain maven, so use the Execu…
gnodet 68c3aa6
Extract in a method and add a bit of doc
gnodet e2e8a65
Missed that folder -> dir rename
gnodet 7bff5b5
Refactor the fastDelete method to use nio Path instead of File, add w…
gnodet 605656b
Add support for the ExecutionListener being null
gnodet 2340ce1
Fix checkstyle
gnodet ac67308
A File is expected to be used
gnodet 035c756
Revert maven 3.3.1 requirement down to 3.1.1
gnodet d737e20
Clean mojo properties
gnodet 8a5159f
A bit more doc
gnodet 7bfb97a
Small improvements
gnodet 3ca9c81
Add a comment about session being eventually null during unit tests
gnodet 8a8fd39
Add a fastMode to further specify when files are actually deleted
gnodet 3fc91de
Throw an exception instead of a warning
gnodet cf1684f
Merge remote-tracking branch 'origin/master' into fastclean
gnodet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.