[
https://issues.apache.org/jira/browse/MASSEMBLY-994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17780656#comment-17780656
]
Slawomir Jaranowski commented on MASSEMBLY-994:
-----------------------------------------------
Occurs in project with configured reproducible build.
Directory Archiver always check files timestamp - and in such case we have
alway the same timestamp than nothing is copied.
> 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)