[
https://issues.apache.org/jira/browse/MASSEMBLY-994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17785071#comment-17785071
]
Slawomir Jaranowski commented on MASSEMBLY-994:
-----------------------------------------------
We have an option {{updateOnly}} which is set by default to {{false}}, after
fix in plexus-archives we can add IT for confirmation.
> 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
> Assignee: Slawomir Jaranowski
> Priority: Major
>
> 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)