Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0
-
None
-
None
-
Linux icebox 2.6.17-1.2174_FC5 #1 Tue Aug 8 15:30:55 EDT 2006 i686 athlon i386 GNU/Linux
Description
The assembly plugin's filtering supports POM properties like ${project.artifactId}, but not properties read from the filter file, contrary to the documentation here:
I've attached a sample app demonstrating the problem. You can run it by saying "mvn clean package." It tries to filter a README file with both ${project.artifactId} and ${homer}. ${homer} is defined in filter.properties like this:
homer=woohoo
But when you run the plugin, only ${project.artifactId} is filtered.
Attachments
Attachments
Issue Links
- is related to
-
MASSEMBLY-154 FileSet does not support filtering
- Closed
- relates to
-
MASSEMBLY-54 Unable to filter files while creating assembly
- Closed