spoon
spoon copied to clipboard
MavenLauncher build classpath do not process build failure
In method spoon.support.compiler.SpoonPom#generateClassPathFile
, invoker.execute(request)
does not process the return value, it just catch a MavenInvocationException
. But actually, when the return value contains a non-zero exit code, it represents maven build failure.