renaming app argument to project per issue #320

This commit is contained in:
Jeremy Long
2015-08-29 06:48:52 -04:00
parent 1e447c6e3e
commit 7a8f7199c8
3 changed files with 27 additions and 9 deletions

View File

@@ -119,6 +119,8 @@ public class AggregateMojo extends BaseDependencyCheckMojo {
//we shouldn't write this because nothing is configured to generate this report.
outputDir = new File(current.getBuild().getDirectory());
}
getLog().warn("\n\n\nwritting: " + outputDir);
getLog().warn("for: " + current.getName());
writeReports(engine, current, outputDir);
}
}