merged master to keep branch up to date

This commit is contained in:
Jeremy Long
2017-09-07 06:08:06 -04:00
8 changed files with 98 additions and 21 deletions

View File

@@ -643,6 +643,11 @@ public abstract class BaseDependencyCheckMojo extends AbstractMojo implements Ma
* @throws MavenReportException if a maven report exception occurs
*/
public void generate(Sink sink, Locale locale) throws MavenReportException {
if (skip) {
getLog().info("Skipping report generation " + getName(Locale.US));
return;
}
generatingSite = true;
try {
validateAggregate();