mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-20 08:14:44 +01:00
added logging statements
Former-commit-id: 399ad8e258b88b32eecf9082b62bc27c4387c64a
This commit is contained in:
@@ -177,6 +177,7 @@ public abstract class ReportAggregationMojo extends AbstractMojo implements Mave
|
|||||||
protected void postExecute() throws MojoExecutionException, MojoFailureException {
|
protected void postExecute() throws MojoExecutionException, MojoFailureException {
|
||||||
final File written = writeDataFile();
|
final File written = writeDataFile();
|
||||||
if (written != null) {
|
if (written != null) {
|
||||||
|
LOGGER.fine(String.format("Data file written to %s", written.getAbsolutePath()));
|
||||||
project.setContextValue(getDataFileContextKey(), written.getAbsolutePath());
|
project.setContextValue(getDataFileContextKey(), written.getAbsolutePath());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user