You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Herve Boutemy (Jira)" <ji...@apache.org> on 2023/05/02 06:00:00 UTC

[jira] [Updated] (MASSEMBLY-986) Minimal default Manifest configuration of jar archiver should be respected

     [ https://issues.apache.org/jira/browse/MASSEMBLY-986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Herve Boutemy updated MASSEMBLY-986:
------------------------------------
    Summary: Minimal default Manifest configuration of jar archiver should be respected  (was: Minimal default Manifest should be used by jar archiver)

> 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}
> 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)