You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "J.Cranendonk (JIRA)" <ji...@apache.org> on 2019/01/31 10:25:00 UTC

[jira] [Created] (MNG-6583) Relative path for parent pom on Windows fails depending on case of drive letter

J.Cranendonk created MNG-6583:
---------------------------------

             Summary: Relative path for parent pom on Windows fails depending on case of drive letter
                 Key: MNG-6583
                 URL: https://issues.apache.org/jira/browse/MNG-6583
             Project: Maven
          Issue Type: Bug
          Components: POM
    Affects Versions: 3.6.0, 3.5.4, 3.5.3, 3.5.2, 3.5.0
         Environment: Windows 7 Enterprise
            Reporter: J.Cranendonk


Hi! I've found an odd issue with Maven 3.5.0 and higher (including current: 3.6.0)
This issue does not appear in Maven 3.3.9 or older.

Works: 3.3.3, 3.3.9

Fails: 3.5.0, 3.5.2, 3.5.3, 3.5.4, 3.6.0

It seems to be related to whether the cmd current path either starts with a upper case (works) or lower case (doesn't work) driver letter.

With an upper case drive letter, relative paths to the parent pom resolve correctly.

With a lower case driver letter, relative paths to the parent pom do not resolve correctly.

(I will add a sample after creating the issue)



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