Skip to content

Releases: maven-download-plugin/maven-download-plugin

Support include/exclude when unpacking

10 Apr 18:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.8.1...1.9.0

Allow ignoring SSL certificate verifications

14 Feb 17:32
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.8.0...1.8.1

Restore the old cache implementation

24 Dec 10:01
Compare
Choose a tag to compare

What's Changed

  • Allow wget without POM by @culmat in #263
  • Resolves #260: Restore the old cache implementation by @ajarmoniuk in #261

New Contributors

Full Changelog: 1.7.1...1.8.0

Release 1.7.1

24 Jul 16:24
Compare
Choose a tag to compare

What's Changed

  • Fixing the broken release 1.7.0 #246 by @ajarmoniuk in #247
  • Resolves #246: Cached file shall retain the original resource name by @ajarmoniuk in #251
  • Fixes #254 Moves requirement for MavenSession by @mykelalvis in #255
  • Bring maven up to date by @hazendaz in #250

New Contributors

Full Changelog: 1.7.0...1.7.1

[BROKEN] Replacing Maven 2 APIs with Maven 3

30 Apr 16:49
Compare
Choose a tag to compare

IMPORTANT

The release unintentionally breaks backward compatibility of internal cache
Please, DON'T USE IT

What's Changed

  • Fixing #215: Don't try to read from or write to cache is skipCache is true by @ajarmoniuk in #216
  • #208: Don't try to write to cache until we exit gracefully by @ajarmoniuk in #218
  • Implemented #219: Adapt to Apache HttpClient Cache by @ajarmoniuk in #221
  • Resolves #222: Fixes a bug in HttpClient construction by @ajarmoniuk in #225
  • #224, #226: Replacing Maven 2 APIs with Maven 3 by @ajarmoniuk in #227
  • Resolves #230: Use concurrent calls in ArtifactMojo by @ajarmoniuk in #229
  • Added an example CI config by @ajarmoniuk in #240
  • Use locally served resources by @ajarmoniuk in #241
  • Resolves #238: Handling download failures by @ajarmoniuk in #239
  • Fixed the site target for the project by @ajarmoniuk in #245

New Contributors

  • @ajarmoniuk made their first contribution in #216

Full Changelog: 1.6.8...1.7.0

Release 1.6.8

22 Jan 12:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.6.7...1.6.8

Overwrite file if overwrite=true regardless of skipCache

28 Aug 08:57
Compare
Choose a tag to compare
  • several 3rd party dependency upgrades

"checkSignature" parmeter deprecation

27 Jun 06:21
Compare
Choose a tag to compare

Use "alwaysVerifyChecksum" instead.
"checkSignature" is deprecated and will be removed in future versions

TLSv1.3 + no-proxy fix

26 Apr 19:26
Compare
Choose a tag to compare
1.6.3

Release 1.6.3

Support for Follow Redirects

30 Mar 13:07
94f79e2
Compare
Choose a tag to compare

Added a <followRedirects> option (Or system property download.plugin.followRedirects) that would enable follow redirects for the Wget mojo