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/02 20:47:00 UTC

[jira] [Updated] (MNG-6386) ${project.baseUri} is not a valid URI (according to RFC 3986)

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

Michael Osipov updated MNG-6386:
--------------------------------
    Summary: ${project.baseUri} is not a valid URI (according to RFC 3986)  (was: project.baseUri is not a valid URL on Windows)

> ${project.baseUri} is not a valid URI (according to RFC 3986)
> -------------------------------------------------------------
>
>                 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)