Maven Daemon comes into two different flavours: m39
which embeds Maven 3.9.x, and m40
which embeds Maven 4.0.0-alpha-x.
What's Changed
- Sort build times for the whole reactor by decreasing total time by @gnodet in #829
- [MNG-6825] Remove plexus-utils and commons-xxx references by @gnodet in #833
- native image: hardening csu for old glibc by @gzm55 in #827
- Add MVND_NO_MODEL_CACHE support to mvn39 by @oehme in #830
- Fix PluginDescriptorCache by @oehme in #834
- Use macos-11 OS for CI by @gnodet in #847
- Fix version display (fixes #838) by @gnodet in #846
- NPE during expiration check (fixes #842) by @gnodet in #843
- Fix broken detection of mvnd home on alpine linux (fixes #849) by @gnodet in #848
- {@link } JavaDoc refs missing in the output of mvnd --help by @ppalaga in #850
- Show which options are discriminating in the output of mvnd --help by @ppalaga in #851
- Add configuration to send build scans to https://ge.apache.org by @clayburn in #810
- fix(log-typo): Fix minor typo in javaHomeFromPath warn log by @f-lopes in #856
- Upgrade to takari-smart-builder 0.6.3 (fixes #841) by @gnodet in #844
- Bump to maven-parent 40, maven 3.9.3 and 4.0.0-alpha-7 and maven-resolver 1.9.13 by @gnodet in #858
- Fix interpolation of environment variables in config properties (fixes #693) by @gnodet in #866
- Switch to slf4j simple logger for the actual logging to the terminal (fixes #835) by @gnodet in #868
- Various upgrades by @gnodet in #869
New Contributors
Full Changelog: 1.0-m6...1.0-m7