mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-05-01 04:34:45 +02:00
merged master to keep branch up to date
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user