mirror of
https://github.com/apache/maven.git
synced 2025-03-08 01:30:33 +00:00
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:
parent
176ff014b9
commit
059a3f888c
@ -142,6 +142,9 @@ public ExecutionResponse execute( MavenProject project, List goals )
|
||||
|
||||
line();
|
||||
}
|
||||
|
||||
// An exception is a failure
|
||||
return response;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user