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
1 changed files with 3 additions and 0 deletions

View File

@ -142,6 +142,9 @@ public class DefaultMaven
line();
}
// An exception is a failure
return response;
}
}