Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Incomplete
-
2.1.0
-
None
-
None
-
None
-
Windows XP Professional (64-bit)
Description
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.
Attachments
Attachments
Issue Links
- is related to
-
MNG-3940 Interpolation of environment variables is not case-insensitive on Windows
- Closed