Skip to content

Commit

Permalink
squash: minor code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Moore committed Jul 11, 2012
1 parent 8dd94bd commit 12c5ba2
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,9 @@ public void execute() throws MojoExecutionException, MojoFailureException {

data.addRootExecutionNode(rootNode);

// notifier.setNonFatalTagManager(null);

checkRootNodeForFailure(rootNode, executionConfig);
}

// final ExecutionReportBuilder reportBuilder =
// executionReportBuilderFactory.getReportBuilder();

// final ExecutionReportBuilder reportBuilder = new
// ExecutionReportBuilder();
executionReportBuilder.buildReport(data);

determineBuildFailure();
Expand Down

0 comments on commit 12c5ba2

Please sign in to comment.