Skip to content
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

[MCLEAN-126] Replaced old File API with new Path equivalent where possible #62

Merged
merged 3 commits into from
Jan 19, 2025

Conversation

peterdemaeyer
Copy link
Contributor

Replaced usage of old File API with new Path API where possible.

@@ -197,7 +199,7 @@ public class CleanMojo extends AbstractMojo {
* waiting for all files to be deleted when the session ends, <code>at-end</code> to indicate that the actual
* deletion should be performed synchronously when the session ends, or <code>defer</code> to specify that
* the actual file deletion should be started in the background when the session ends (this should only be used
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

session ends. (This should only be used

@@ -197,7 +199,7 @@ public class CleanMojo extends AbstractMojo {
* waiting for all files to be deleted when the session ends, <code>at-end</code> to indicate that the actual
* deletion should be performed synchronously when the session ends, or <code>defer</code> to specify that
* the actual file deletion should be started in the background when the session ends (this should only be used
* when maven is embedded in a long running process).
* when maven is embedded in a long-running process).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

period inside parentheses

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see your point. Maybe even drop the parentheses altogether?

@slachiewicz slachiewicz added the enhancement New feature or request label Jan 19, 2025
@slachiewicz slachiewicz merged commit e8fea70 into apache:maven-clean-plugin-3.x Jan 19, 2025
26 checks passed
@slawekjaranowski slawekjaranowski added this to the 3.4.1 milestone Jan 29, 2025
@jira-importer
Copy link
Collaborator

Resolve #168

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants