35363738394041424344454647
if ( pomLocation != null ) { String cmd = event.getParameter("commandLine"); command.setCommandLine(cmd); Job job = new MavenExecutor(command, pomLocation); job.schedule(); return job; } } return null;