}
public SonarRunnerResult executeRunner(UserCredentials token, ProcessMonitor processMonitor) throws MvnModelInputException {
Runner runner = createForProject(token, processMonitor);
try {
runner.execute();
} catch (Exception ex) {
if (wrapper.isUnauthorized()) {
throw new AuthorizationException();
} else {
throw new SonarRunnerException(ex);