maven-buch mvnsh> mvn --version
Apache Maven 4.0.0-rc-6 (6a8189b24518daa120539fa41ce12f2b48ec09a8)
Maven home: /Users/khm/tools/maven
Java version: 28-ea, vendor: Oracle Corporation, runtime: /Users/khm/.sdkman/candidates/java/28.0.0+ea.11-open
Default locale: en_DE, platform encoding: UTF-8, time zone: Europe/Berlin
OS name: "mac os x", version: "14.8.3", arch: "aarch64", family: "mac"
[ERROR] mvn command exited with exit code 0
maven-buch mvnsh> mvnenc --version
Apache Maven 4.0.0-rc-6 (6a8189b24518daa120539fa41ce12f2b48ec09a8)
Maven home: /Users/khm/tools/maven
Java version: 28-ea, vendor: Oracle Corporation, runtime: /Users/khm/.sdkman/candidates/java/28.0.0+ea.11-open
Default locale: en_DE, platform encoding: UTF-8, time zone: Europe/Berlin
OS name: "mac os x", version: "14.8.3", arch: "aarch64", family: "mac"
[ERROR] mvnenc command exited with exit code 0
Affected version
4.0.0-rc-6
Bug description
If I start the
mvnshand I callmvn --versionThe output of the
mvn --version(ormvnenc --version) shows a RED colloredERRORoutput indicating that there is an error which is not the case ... because it is also reportingwith exit code 0...