mirror of https://github.com/apache/maven.git
o formatting
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163209 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
46e1c4632b
commit
2fe3bf7830
|
@ -43,7 +43,7 @@ public class DependencyResolutionPhase
|
|||
{
|
||||
String goalName = (String) iterator.next();
|
||||
|
||||
MojoDescriptor mojoDescriptor = context.getMojoDescriptor(goalName);
|
||||
MojoDescriptor mojoDescriptor = context.getMojoDescriptor( goalName );
|
||||
if ( mojoDescriptor.requiresDependencyResolution() )
|
||||
{
|
||||
requiresDependencies = true;
|
||||
|
@ -61,7 +61,7 @@ public class DependencyResolutionPhase
|
|||
}
|
||||
}
|
||||
|
||||
context.requiresDependencies(requiresDependencies);
|
||||
context.requiresDependencies( requiresDependencies );
|
||||
}
|
||||
|
||||
private void resolveTransitiveDependencies( MavenGoalExecutionContext context )
|
||||
|
|
Loading…
Reference in New Issue