Hi, I updated from Maven 3.8.1 to [3.8.2,3.8.3,3.8.4] and noticed that some of my scripts failed because the maven process ended with the exit code '1' when executing any command (e.g. mvn release:clean). After some digging, it appears that maven-release-plugin (3.0.0-m1 and 3.0.0-m5) and touched by the same problem as explained here: https://github.com/mojohaus/versions-maven-plugin/issues/483.
Apparently, the plugins need to update their dependency "plexus-interactivity" to 1.1... Regards
