Skip to content

Releases: brianm/really-executable-jars-maven-plugin

Version 2.1.1

11 Mar 05:43
26c107c
Compare
Choose a tag to compare
  • Overwrite existing files when creating executable (thanks @dkfellows)

Version 2.1.0

08 Mar 01:54
2a10e28
Compare
Choose a tag to compare
  • use zip-prefixer instead of rebuilding JAR
  • improve handling of multi-artifact builds
  • add inputFile parameter to select any file
  • add basic integration testing
  • require JDK 11+ to build (plugin still targets JDK 8)

Thanks to @klausbrunner for contributions to this release.

Version 2.0.0

10 Dec 18:21
6ca44a9
Compare
Choose a tag to compare

This release requires Java 8 or better!

  • Support ZIP64 format (thanks @wendigo!)
  • Support packaging other files than jars (thanks @matthias-m)

Release 1.4.0

09 Feb 00:05
Compare
Choose a tag to compare
  • require Java 7
  • change code to use JDK7 APIs
  • Support Windows
  • Don't suppress errors