spoon icon indicating copy to clipboard operation
spoon copied to clipboard

MavenLauncher build classpath do not process build failure

Open sirnple opened this issue 3 years ago • 1 comments

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.

image

sirnple avatar Feb 21 '22 08:02 sirnple