Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.2-beta-1
-
None
-
None
-
Maven 2.0.4 - Mac OSx - JDK 1.5
Description
Filtering does not work when you use the attached goal on the assembly plugin. When you add a filters tag to the configuration and run assembly:attached the following error is generated:
ERROR: Cannot override read-only parameter
Sample configuration:
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<filters>
<filter>src/assemble/dev.properties</filter>
</filters>
<descriptors>
<descriptor>src/assemble/distribution.xml</descriptor>
</descriptors>
</configuration>
Attachments
Issue Links
- is related to
-
MASSEMBLY-226 Filters as read-only parameter can break the assembly build of a multi-module project
- Closed