Slawomir Jaranowski created MASSEMBLY-994:
---------------------------------------------
Summary: Items from unpacked dependency are not refreshed
Key: MASSEMBLY-994
URL: https://issues.apache.org/jira/browse/MASSEMBLY-994
Project: Maven Assembly Plugin
Issue Type: Bug
Affects Versions: 3.6.0
Reporter: Slawomir Jaranowski
For assembly descriptor like:
{code:java}
<formats>
<format>dir</format>
</formats>
<dependencySets>
<dependencySet>
<includes>
<include>groupId:ArtifactId</include>
</includes>
<unpack>true</unpack>
</dependencySet>
</dependencySets>
{code}
Where {{groupId:ArtifactId}} comes from reactor build, even when content of
artifact was changed, items in destination directory contains old files.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)