153154155156157158159160
public void execute() throws MojoExecutionException, MojoFailureException { File parent = reportFile.getParentFile(); parent.mkdirs(); final ClaimStatistic report = getRawReport(); check( report ); }