logfellow / logstash-logback-encoder

Logback JSON encoder and appenders
Apache License 2.0
2.43k stars 407 forks source link

Always build source jar #1037

Closed philsttr closed 1 month ago

philsttr commented 1 month ago

There was a regression introduced in 8.0 when building the source jar during releases when the maven-release-plugin was upgraded.

To simplify things, and avoid that in the future, I changed the build to always package the source jar.

Fixes #1036

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 71.82%. Comparing base (1ac92af) to head (3898d32). Report is 13 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1037 +/- ## ============================================ + Coverage 71.78% 71.82% +0.03% - Complexity 1417 1429 +12 ============================================ Files 177 178 +1 Lines 5178 5199 +21 Branches 534 539 +5 ============================================ + Hits 3717 3734 +17 + Misses 1197 1195 -2 - Partials 264 270 +6 ```

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