added logging statements

Former-commit-id: 399ad8e258b88b32eecf9082b62bc27c4387c64a
This commit is contained in:
Jeremy Long
2014-12-17 11:16:13 -05:00
parent 2306327057
commit bf1b7bd7a2

View File

@@ -177,6 +177,7 @@ public abstract class ReportAggregationMojo extends AbstractMojo implements Mave
protected void postExecute() throws MojoExecutionException, MojoFailureException {
final File written = writeDataFile();
if (written != null) {
LOGGER.fine(String.format("Data file written to %s", written.getAbsolutePath()));
project.setContextValue(getDataFileContextKey(), written.getAbsolutePath());
}
}