changed default phase to VERIFY

This commit is contained in:
Jeremy Long
2015-10-10 06:14:50 -04:00
parent a014ca7d8a
commit 529b9739b5

View File

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