github apache/maven-mvnd 1.0-m6

latest releases: 1.0-m8, 1.0-m7
13 months ago

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

  • Make Classworld setup more alike to vanilla Maven by @oehme in #784
  • Turn off transfer messages when running tests when possible by @gnodet in #790
  • Make sure to print the completion script to the standard output stream (fix #785) by @gnodet in #791
  • Bump graalvm version used for early access builds by @gnodet in #794
  • Add property to disable model caching by @oehme in #797
  • Run client connection handler inside new thread, fixes #798 by @psiroky in #801
  • Provide distributions for both maven 3.9.x and 4.0.x by @gnodet in #796
  • Avoid possible NPE, fixes #795 by @gnodet in #806
  • Upgrade to jline 3.23.0 by @gnodet in #804
  • Switch back to takari smart builder by @gnodet in #805
  • Fix EnvHelper#chDir on JDK 21 by @gnodet in #802
  • Move back mvn script into the mvn/bin folder to avoid conflicts, fixes #787 by @gnodet in #803
  • Fix JUL logging by @gnodet in #792
  • Make the default (non-native) build work again by @psiroky in #808
  • Random minor fixes / clean-up in OsUtils by @psiroky in #809
  • Bump GitHub actions version by @psiroky in #815
  • Prompter prompt should not prepend the projectId when there's only one project, fixes #816 by @gnodet in #817
  • Make sure mvnd's plexus-interactivity is not in the maven classloader, fixes #807 by @gnodet in #811
  • [MNG-7131] maven.config doesn't handle arguments with spaces in them (backport to mvnd) by @gnodet in #819
  • Reuse maven scripts and get closer to stock maven by @gnodet in #818
  • Fix mvnd home detection based on executable path by @gnodet in #820
  • Build on ubuntu 20.04 by @psiroky in #814
  • Upgrade to maven 3.9.1 and 4.0.0-alpha-5 and resolver 1.9.7 by @gnodet in #821
  • Use system out for build log and sys err for in progress display, fixes #822 by @gnodet in #824
  • Make native mvnd only require glibc 2.12 on ubuntu 22.04 by @gzm55 in #825

Full Changelog: 1.0.0-m4...1.0-m6

Don't miss a new maven-mvnd release

NewReleases is sending notifications on new releases.