Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
When we configure plugin with:
<archive>
<manifest>
<addDefaultEntries>false</addDefaultEntries>
</manifest>
</archive>
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:
Manifest-Version: 1.0
but we have:
Manifest-Version: 1.0 Created-By: Plexus Archiver 4.6.0
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).
Attachments
Issue Links
- blocks
-
MASSEMBLY-987 Bump plexus-archiver from 4.6.0 to 4.7.1
- Closed
- is caused by
-
MASSEMBLY-921 Reproducible Builds: make entries in output archive reproducible (order + timestamp)
- Closed
- is related to
-
MSHARED-799 Change "Created-By" manifest entry value to be reproducible
- Closed
- links to