Note: the download here is the source of the Maven plugin and is not necessary for use. To use this plugin, see the Maven setup and command-line reference in the main project README.
This release supports generating update sites from Notes and Domino on Linux, Windows, and macOS up through version 14.5.
Major improvements:- Docker support: The mojo is now able to pull the Domino server files from a Docker container/image
- DOTS Support: With
-DonlyDots=true option, the generate update site will be constructed from osgi-dots
Minor improvements and fixes:
- Version 14.5 support added
- Fixed
ndext and Notes.jar issues with HCL Notes for Mac 14
- Plugin and dependency versions brought to recent versions
Other changes and fixes:
- Minor fixes around POMs, gitignore, etc.
- Lombok removed
- Target directory check added.
- Task splitted to smaller pieces to increase code readibility.
- Excluded mac generated hidden files and non-JAR files: Fixes issue #29
What's Changed
- Add support for fetching source from Eclipse 2021-12 (fixes #27) by @jesse-gallagher in https://github.com/OpenNTF/generate-domino-update-site/pull/28
- Version 6.0.0 changes by @sbasegmez in https://github.com/OpenNTF/generate-domino-update-site/pull/30
Full Changelog: https://github.com/OpenNTF/generate-domino-update-site/compare/5.0.0…6.0.0