Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
maven-archiver-3.3.0
-
None
Description
People are demanding to have more control about the build information (MSHARED-362). We should add the following to control this: <addBuildEnvironmentEntries /> which is by default disabled. It will contain the folling properties (akin to mvn- v):
Build-Tool: ${maven.build.version:-Apache Maven} Build-Jdk: ${java.version} (${java.vendor}) Build-Os: ${os.name} (${os.version}; (${os.arch})
Attachments
Issue Links
- is related to
-
MNG-6276 Support Reproducible Builds (https://reproducible-builds.org)
- Closed
-
MSHARED-799 Change "Created-By" manifest entry value to be reproducible
- Closed
- is required by
-
MSHARED-362 Support removing default manifest entries with Maven Archiver
- Closed
- relates to
-
MSHARED-796 use java.specification.version instead of java.version in Build-Jdk manifest entry
- Closed
- requires
-
MSHARED-781 Upgrade to Plexus Archiver 4.1.0
- Closed
- links to