Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.3
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Windows XP 32 bits
-
Number of attachments :
Description
For a project target directory on C:\project\target, the maven build substitutes the project property $
{project.build.directory} with c\:\\project
target. The c\:
should be c:
Issue Links
- duplicates
-
MRESOURCES-81
2.3 escapes characters when filtering properties
-
In which file exactly does this substitution happen? In the POM or in some resource file? Could you provide an example project to demonstrate this?