respond with BUILD FAILED on exception

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162988 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2004-08-17 20:55:50 +00:00
parent 176ff014b9
commit 059a3f888c

View File

@ -142,6 +142,9 @@ public ExecutionResponse execute( MavenProject project, List goals )
line();
}
// An exception is a failure
return response;
}
}