mirror of https://github.com/apache/maven.git
MNG-5141 Make MojoExecutor.ensureDependenciesAreResolved public
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1151851 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e7f78f4cae
commit
0ffb849a06
|
@ -242,7 +242,7 @@ public class MojoExecutor
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void ensureDependenciesAreResolved( MojoDescriptor mojoDescriptor, MavenSession session,
|
public void ensureDependenciesAreResolved( MojoDescriptor mojoDescriptor, MavenSession session,
|
||||||
DependencyContext dependencyContext )
|
DependencyContext dependencyContext )
|
||||||
throws LifecycleExecutionException
|
throws LifecycleExecutionException
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue