tcurdt / jdeb

This library provides an Ant task and a Maven plugin to create Debian packages from Java builds in a truly cross platform manner.
https://github.com/tcurdt/jdeb
Apache License 2.0
535 stars 322 forks source link

Restore maven-archiver as a compile scoped dependency to fix reproducible builds #744

Closed norrisjeremy closed 2 months ago

norrisjeremy commented 2 months ago

Restore maven-archiver as a compile scoped dependency to fix reproducible builds (#736)

Additionally use non-deprecated MavenArchiver.parseBuildOutputTimestamp() method

codecov-commenter commented 2 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 71.37%. Comparing base (92fee05) to head (e9a300e). Report is 102 commits behind head on master.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #744 +/- ## ============================================ + Coverage 71.03% 71.37% +0.34% - Complexity 96 97 +1 ============================================ Files 7 7 Lines 580 587 +7 Branches 75 76 +1 ============================================ + Hits 412 419 +7 Misses 121 121 Partials 47 47 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

tcurdt commented 2 months ago

Thanks!