datavolo-io / hatch-datavolo-nar

Hatch plugin for building Apache NiFi NAR bundles
Apache License 2.0
13 stars 6 forks source link

Add Build-Timestamp to NAR MANIFEST.MF #3

Closed exceptionfactory closed 4 months ago

exceptionfactory commented 4 months ago

This pull request adds the Build-Timestamp entry to the MANIFEST.MF produced when packaging NAR bundles.

The timestamp itself is set based on the current date and time in UTC, and the string format follows the ISO 8601 format that the Apache NiFi NAR Maven Plugin applies in the NarMojo.