[
https://issues.apache.org/jira/browse/MCLEAN-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sylwester Lachiewicz updated MCLEAN-126:
----------------------------------------
Fix Version/s: next-release-3.x
> Use Path instead of File paradigm as much as possible
> -----------------------------------------------------
>
> Key: MCLEAN-126
> URL: https://issues.apache.org/jira/browse/MCLEAN-126
> Project: Maven Clean Plugin
> Issue Type: Improvement
> Affects Versions: 3.4.0
> Reporter: Peter De Maeyer
> Priority: Major
> Fix For: next-release-3.x
>
>
> The code currently uses a combination of old {{File}} API and old {{Path}}.
> This is suboptimal, as it requires conversions back and forth. It would be
> better if we consolidated on the {{Path}} API as much as possible.
> Unfortunately, the Maven `@Parameter` injection only supports {{File}}
> fields, so we cannot replace it completely yet. Hopefully some day, Maven's
> `@Parameter` injection will also support {{Path}} fields.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)