nicoulaj / checksum-maven-plugin

Compute Maven project artifacts/dependencies/files checksum digests.
https://checksum-maven-plugin.nicoulaj.net
Apache License 2.0
42 stars 40 forks source link

restore Maven 3.0.5 prerequisite #119

Closed hboutemy closed 3 years ago

hboutemy commented 3 years ago

tester locally on my Linux box, everything seems to work, why reduce users choice?

codecov[bot] commented 3 years ago

Codecov Report

Merging #119 (f2960fc) into master (09e7fda) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #119   +/-   ##
=========================================
  Coverage     77.91%   77.91%           
  Complexity      187      187           
=========================================
  Files            27       27           
  Lines           661      661           
  Branches         77       77           
=========================================
  Hits            515      515           
  Misses          113      113           
  Partials         33       33           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 09e7fda...f2960fc. Read the comment docs.

hboutemy commented 3 years ago

notice that failures on Maven 3.0.5 and 3.1.1 are not really plugin compatibility issues but default use of HTTP that is nowadays not supported any more: HTTPS is required