Fail build if compiler warnings in log Permanently deleted user Created August 04, 2011 16:54 Is it possible to fail a build if the java compiler (called from Maven) generates warnings?We use the compiler warnings to enforce code conventions.
There will be a new feature in next version that allows to fail a build based on specific messages in a build log (TW-3917).
Good news! Will it be possible to use regular expressions for this?
Yes, we're planning to support regexps too.

You can preview it already in EAP build:
Any feedback is welcome!