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 2018/05/01 11:04:00 UTC

[jira] [Updated] (MNG-6386) project.baseUri is not a valid URL on Windows

     [ https://issues.apache.org/jira/browse/MNG-6386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov updated MNG-6386:
--------------------------------
    Fix Version/s: 3.5.4-candidate

> 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
>            Priority: Major
>             Fix For: 3.5.4-candidate
>
>
> {{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)