Merge branch 'awhitford-MvnPhase'

This commit is contained in:
Jeremy Long
2015-10-10 06:15:29 -04:00
2 changed files with 2 additions and 2 deletions

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,

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