mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-23 17:41:28 +01:00
resolved command line invocation of aggregate resulting in missing html report (#189)
This commit is contained in:
@@ -46,7 +46,7 @@ import org.owasp.dependencycheck.utils.Settings;
|
|||||||
@Mojo(
|
@Mojo(
|
||||||
name = "aggregate",
|
name = "aggregate",
|
||||||
defaultPhase = LifecyclePhase.COMPILE,
|
defaultPhase = LifecyclePhase.COMPILE,
|
||||||
aggregator = true,
|
/*aggregator = true,*/
|
||||||
threadSafe = true,
|
threadSafe = true,
|
||||||
requiresDependencyResolution = ResolutionScope.COMPILE_PLUS_RUNTIME,
|
requiresDependencyResolution = ResolutionScope.COMPILE_PLUS_RUNTIME,
|
||||||
requiresOnline = true
|
requiresOnline = true
|
||||||
|
|||||||
Reference in New Issue
Block a user