[
https://jira.codehaus.org/browse/MNG-4136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Benedict updated MNG-4136:
-------------------------------
Fix Version/s: (was: Issues to be reviewed for 3.x)
> Regression: Environment Variables With Parenthesis Can't Be Referenced in POM
> -----------------------------------------------------------------------------
>
> Key: MNG-4136
> URL: https://jira.codehaus.org/browse/MNG-4136
> Project: Maven
> Issue Type: Bug
> Affects Versions: 2.1.0
> Environment: Windows XP Professional (64-bit)
> Reporter: Joel Turkel
> Attachments: pom.xml
>
>
> It looks like Maven can longer use environment variables with parenthesis
> e.g. ProgramFiles(x86). The attached pom.xml emits the following with Maven
> 2.1.0:
> ProgramFiles(x86) = ${env.ProgramFiles(x86)}
> With Maven 2.0.10 we correctly get the following:
> ProgramFiles(x86) = C:\Program Files (x86)
> This is a pain since ProgramFiles(x86) is standard environment variable on
> 64-bit Windows.
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)