resolved command line invocation of aggregate resulting in missing html report (#189)

This commit is contained in:
Jeremy Long
2015-09-09 06:15:17 -04:00
parent 48e644e007
commit 57ae0f1676

View File

@@ -46,7 +46,7 @@ import org.owasp.dependencycheck.utils.Settings;
@Mojo(
name = "aggregate",
defaultPhase = LifecyclePhase.COMPILE,
aggregator = true,
/*aggregator = true,*/
threadSafe = true,
requiresDependencyResolution = ResolutionScope.COMPILE_PLUS_RUNTIME,
requiresOnline = true