Konrad Windszus opened MSHARED-1420 and commented
Currently if some class loading exception happens while trying to initialize the embedded launcher it will transparent fall back to fork mode without emitting anything (
). There should be at least a warning being emitted to clarify why the embedded launcher was not used.
This is particularly an issue from within an IDE where mvn cannot be found in the PATH.
Affects: maven-verifier-1.8.0
Konrad Windszus opened MSHARED-1420 and commented
Currently if some class loading exception happens while trying to initialize the embedded launcher it will transparent fall back to fork mode without emitting anything (
maven-verifier/src/main/java/org/apache/maven/shared/verifier/Verifier.java
Line 1168 in ef9d6fb
This is particularly an issue from within an IDE where
mvncannot be found in the PATH.Affects: maven-verifier-1.8.0