Uploaded image for project: 'Maven Clean Plugin (Moved to GitHub Issues)'
  1. Maven Clean Plugin (Moved to GitHub Issues)
  2. MCLEAN-126

Use Path instead of File paradigm as much as possible

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.4.0
    • next-release-3.x
    • None

    Description

      The code currently uses a combination of old File API and new Path API. 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.

      Attachments

        Activity

          People

            slachiewicz Sylwester Lachiewicz
            peterdm Peter De Maeyer
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: