Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.0
-
None
-
None
-
None
-
Windows XP, Cygwin
Description
Variables contained within filter values are not expanded for web resource filtering as they are for normal resource filtering.
mvn package attached project:
Expected:
- target/WEB-INF/classes/resource.txt == Test
- target/web-resource.txt == Test
Actual:
- target/WEB-INF/classes/resource.txt == Test
- target/web-resource.txt == ${project.name}
Attachments
Attachments
Issue Links
- duplicates
-
MWAR-41 War plugin doesn't honour system or project properties when filtering resource files.
- Closed