Changing the check phase from compile to verify.

This commit is contained in:
Anthony Whitford
2015-10-07 23:11:53 -07:00
parent 832d54300a
commit 1d916286ee

View File

@@ -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