Uploaded image for project: 'Maven Shared Components'
  1. Maven Shared Components
  2. MSHARED-661

Remove manifest entry "Built-By: <username>" for reproducible builds

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • maven-archiver-3.3.0
    • maven-archiver-3.4.0
    • maven-archiver
    • None

    Description

      Maven-archiver automatically creates "Built-By: <username>", "Build-Jdk: <detailed JDK version>" and "Created-By: <Maven detailed version>" Manifest entries.

      In the frame of a reproducible build (cf. MNG-6276) these entries make the build not reproducible.

      Maven-archiver should propose an option to disable the creation of these non-reproducible manifest entries.

      Then if you want the usual value of Built-By, you must add the following entry

       <manifestEntries>
          <Built-by>${user.name}</Built-by>
        </manifestEntries>
      

      Attachments

        Issue Links

          Activity

            People

              michael-o Michael Osipov
              Zlika Zlika
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: