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(
name = "aggregate",
defaultPhase = LifecyclePhase.COMPILE,
defaultPhase = LifecyclePhase.VERIFY,
/*aggregator = true,*/
threadSafe = true,
requiresDependencyResolution = ResolutionScope.COMPILE_PLUS_RUNTIME,

View File

@@ -34,7 +34,7 @@ import org.owasp.dependencycheck.utils.Settings;
*/
@Mojo(
name = "check",
defaultPhase = LifecyclePhase.COMPILE,
defaultPhase = LifecyclePhase.VERIFY,
threadSafe = true,
requiresDependencyResolution = ResolutionScope.COMPILE_PLUS_RUNTIME,
requiresOnline = true