maven-exec-plugin

Can maven-exec-plugin fail the build?

I have a maven execution that runs a javascript compressor as a command line program, however, this tool also does some jslint checks as well. If these jslint checks fail so should my build. These errors are output as a parseable string to stdout. If this maven plugin cannot solve this problem, I'm happy to use any other suggested. ...