Slawomir Jaranowski created MASSEMBLY-986:
---------------------------------------------
Summary: 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
Fix For: 3.5.1
When we configure plugin with:
{code}
<archive>
<manifest>
<addDefaultEntries>false</addDefaultEntries>
</manifest>
</archive>
{code}
We expect that empty Manifest will be used - 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)