Michael Osipov created MNG-6386:
-----------------------------------
Summary: project.baseUri is not a valid URL on Windows
Key: MNG-6386
URL: https://issues.apache.org/jira/browse/MNG-6386
Project: Maven
Issue Type: Bug
Affects Versions: 3.5.3
Reporter: Michael Osipov
Assignee: Michael Osipov
{{File#toURI}} produces an invalid URL on Windows:
{noformat}
file:/C:/path/to/basedir{noformat}
A valid URI has to be:
{noformat}
file:///C:/path/to/basedir{noformat}
Using {{Path#toUri}} we can easily solve that problem.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)