[
https://issues.apache.org/jira/browse/MASSEMBLY-986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Slawomir Jaranowski closed MASSEMBLY-986.
-----------------------------------------
Resolution: Fixed
> Minimal default Manifest configuration of jar archiver should be respected
> --------------------------------------------------------------------------
>
> 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}
> like in Maven Assembly Plugin "reproducible" IT
> (https://github.com/apache/maven-assembly-plugin/blob/f73f48fc68d44ac2bc1ffd5e1241c427c2885522/src/it/projects/reproducible/pom.xml#L42),
> 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
> change output binary, then break Reproducible Builds IT checksum for the
> plugin (as in MASSEMBLY-987).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)