mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-24 18:11:47 +01:00
Changing the check phase from compile to verify.
This commit is contained in:
@@ -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