mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-21 16:49:43 +01:00
Merge branch 'awhitford-MvnPhase'
This commit is contained in:
@@ -45,7 +45,7 @@ import org.owasp.dependencycheck.utils.Settings;
|
|||||||
*/
|
*/
|
||||||
@Mojo(
|
@Mojo(
|
||||||
name = "aggregate",
|
name = "aggregate",
|
||||||
defaultPhase = LifecyclePhase.COMPILE,
|
defaultPhase = LifecyclePhase.VERIFY,
|
||||||
/*aggregator = true,*/
|
/*aggregator = true,*/
|
||||||
threadSafe = true,
|
threadSafe = true,
|
||||||
requiresDependencyResolution = ResolutionScope.COMPILE_PLUS_RUNTIME,
|
requiresDependencyResolution = ResolutionScope.COMPILE_PLUS_RUNTIME,
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ import org.owasp.dependencycheck.utils.Settings;
|
|||||||
*/
|
*/
|
||||||
@Mojo(
|
@Mojo(
|
||||||
name = "check",
|
name = "check",
|
||||||
defaultPhase = LifecyclePhase.COMPILE,
|
defaultPhase = LifecyclePhase.VERIFY,
|
||||||
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