takari / takari-lifecycle

Takari Maven Lifecycle
http://takari.io/book/40-lifecycle.html
Eclipse Public License 1.0
66 stars 35 forks source link

Remove environment-specific manifest entries #147

Closed wendigo closed 6 months ago

wendigo commented 6 months ago

These make it hard to support reproducible builds

wendigo commented 6 months ago

cc @cstamas @jvanzyl

wendigo commented 6 months ago

These can be restored if needed by the plugin configuration:

                <archive>
                        <ManifestEntries>
                            <Built-By>root</Built-By>
                            <Build-Jdk>21.0.1</Build-Jdk>
                        </ManifestEntries>
                    </archive>
wendigo commented 6 months ago

Phew, it passed :)