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)