Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2, 2.3
-
None
-
None
-
OS: Windows XP; Maven: 2.0.5, 2.0.6;
Description
For exemple consider this in a filtered property files
application.propertyOne=${pom.build.directory}
application.propertyTwo=${basedir}
which generates after filtering:
application.propertyOne=D\:\\ProjectsDirectory\\project
target
application.propertyTwo=D:\ProjectsDirectory\project\
Behavior are different and causes a second property bad value when reading the properties file.
Attachments
Attachments
Issue Links
- depends upon
-
MRESOURCES-56 use (and release) the maven-filtering component
- Closed
- relates to
-
MSHARED-78 FilteringUtils escapeWindowsPath() doesn't work on Windows
- Closed