Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Windows XP Professional. JDK 1.5
-
Complexity:Intermediate
-
Number of attachments :
Description
<build> <resources> <resource> <directory>target/gen/doclet/WEB-INF/classes/META-INF</directory> <filtering>true</filtering> <targetPath>META-INF</targetPath> </resource> </resources> </build>
I can't use {{${project.build.directory}}} instead of target in the directory element in the above snippet. Same is true for other Maven and project properties.
Issue Links
| This issue duplicates: | ||||
| MNG-1906 | properties not being replaced before being passed to plugins (specificaly the surefire plugin) |
|
|
|
| MNG-1486 | Can't use pom properties inside resource directory tag |
|
|
|
| This issue is duplicated by: | ||||
| MRESOURCES-55 | filter file location does not expand ${project.build.directory} |
|
|
|
Any news on this?