[
https://issues.apache.org/jira/browse/MASSEMBLY-986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17716597#comment-17716597
]
ASF GitHub Bot commented on MASSEMBLY-986:
------------------------------------------
michael-o commented on PR #134:
URL:
https://github.com/apache/maven-assembly-plugin/pull/134#issuecomment-1522976312
> @hboutemy, @michael-o - Similar change was done in
[apache/maven-archiver@7041fca](https://github.com/apache/maven-archiver/commit/7041fcace9210112f6745d880133769f954ef442)
>
> Please try to upgrade plexus-archiver - #119 - it is cause of this issue
Give me a couple of days to look into. I am currently overloaded.
> Minimal default Manifest should be used by jar archiver
> -------------------------------------------------------
>
> Key: MASSEMBLY-986
> URL: https://issues.apache.org/jira/browse/MASSEMBLY-986
> Project: Maven Assembly Plugin
> Issue Type: Bug
> Reporter: Slawomir Jaranowski
> Assignee: Slawomir Jaranowski
> Priority: Major
> Fix For: 3.6.0
>
>
> When we configure plugin with:
> {code}
> <archive>
> <manifest>
> <addDefaultEntries>false</addDefaultEntries>
> </manifest>
> </archive>
> {code}
> We expect that minimal Manifest will be created with content:
> {code}
> Manifest-Version: 1.0
> {code}
> but we have:
> {code}
> Manifest-Version: 1.0
> Created-By: Plexus Archiver 4.6.0
> {code}
> Manifest content depends on version of Plexus Archiver and in such case can
> break reproducible build.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)