Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.2-beta-2
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The files within the unpacked jar did not apply the filters defined.
pom configuration includes
<configuration>
<filters>
<filter>src/assemble/filter.properties</filter>
</filters>
</configuration>
which contains
storage.id=abcde
assembly.xml defines dependency set
<dependencySet>
<outputDirectory>/snp-agent1</outputDirectory>
<unpack>true</unpack>
<unpackOptions>
<filtered>true</filtered>
</unpackOptions>
<scope>runtime</scope>
<includes>
<include>
XXX.agent:agent-ear-config
</include>
</includes>
</dependencySet>
However, the files within are not filtered.
Issue Links
| This issue duplicates: | ||||
| MASSEMBLY-206 | Filtering does not work when using in fileSet inside moduleSet |
|
|
|
| This issue relates to: | ||||
| MASSEMBLY-228 | UnpackOptions filtered does not work |
|
|
|
| This issue is related to: | ||||
| MASSEMBLY-554 | DependencySet unpackOptions 'filtered' causes unpack not to work |
|
|
|
Any progress on this bug? I have the same problem with dependencysets not being filtered. Thanks.