mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-17 23:04:07 +01:00
changed the lifecycle of the aggregate mojo
Former-commit-id: d8cbcc207d921a66baea8c7763329defc170a512
This commit is contained in:
@@ -45,13 +45,14 @@ import org.owasp.dependencycheck.utils.Settings;
|
|||||||
*/
|
*/
|
||||||
@Mojo(
|
@Mojo(
|
||||||
name = "aggregate",
|
name = "aggregate",
|
||||||
defaultPhase = LifecyclePhase.SITE,
|
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
|
||||||
)
|
)
|
||||||
public class AggregateMojo extends BaseDependencyCheckMojo {
|
public class AggregateMojo extends BaseDependencyCheckMojo {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Executes the aggregate dependency-check goal. This runs dependency-check and generates the subsequent reports.
|
* Executes the aggregate dependency-check goal. This runs dependency-check and generates the subsequent reports.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user