You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2019/02/03 15:47:00 UTC

[jira] [Created] (WAGON-555) Use java.nio.file.Path for URI contruction of file:// URI in tests

Michael Osipov created WAGON-555:
------------------------------------

             Summary: Use java.nio.file.Path for URI contruction of file:// URI in tests
                 Key: WAGON-555
                 URL: https://issues.apache.org/jira/browse/WAGON-555
             Project: Maven Wagon
          Issue Type: Task
          Components: wagon-file, wagon-provider-test, wagon-scm
    Affects Versions: 3.3.1
            Reporter: Michael Osipov
            Assignee: Michael Osipov
             Fix For: 3.3.2


In several spots URIs are purely constructed with a local path instead using {{toUri()}}. Similar issues were present in SCM. One should use {{java.nio.file.Path#toUri()}} to get proper URIs.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)