Makeself Maven Plugin 1.7.0
hazendaz
released this
11 May 19:46
·
146 commits
to master
since this release
User
- Update plugins / dependencies
- Support makeself as of 5/11/2024
- Require maven 3.6.3
- Bump git-for-windows portable to 2.45.0
- Cleanup javadocs
- Correct headerFile so its usable (previously blocked from usage and incorrectly setup)
- Add support for pre-extract script
- Remove cleanupArgs as incorrectly implemented. Those should be sent to final script not part of the build script
- Fix cleanup script logic so it will function properly. Previously setup in wrong place.
- Fix maven usage on remote repository (works same just correctly setup now)
- No longer use deprecated getNextTarEntry from tarAcrhiveInputStream, use getNextEntry instead (internals are the same still)
Build
- Move maven 3.5.0 integration test to 3.6.3
- Bump maven wrapper to 3.3.1
- Update GHA actions adding maven cache and more jdks to test against