[
https://issues.apache.org/jira/browse/MCLEAN-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17914465#comment-17914465
]
Sylwester Lachiewicz commented on MCLEAN-126:
---------------------------------------------
Path should be supported with newer Maven version
[https://github.com/eclipse-sisu/sisu-project/commit/8800f2d47ac15e4e059a9dc3bd59e6a39abad49b]
> 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)