mirror of https://github.com/apache/maven.git
MNG-3598: Allow custom dependency resolution
Submitted by: Igor Fedorenko git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@660244 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e26974da98
commit
ac4c940711
|
@ -251,7 +251,7 @@ public class DefaultMaven
|
|||
return result;
|
||||
}
|
||||
|
||||
private List getProjects( MavenExecutionRequest request )
|
||||
protected List getProjects( MavenExecutionRequest request )
|
||||
throws MavenExecutionException
|
||||
{
|
||||
List projects;
|
||||
|
|
|
@ -1423,7 +1423,7 @@ public class DefaultPluginManager
|
|||
// Artifact resolution
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
private void resolveTransitiveDependencies( MavenSession context,
|
||||
protected void resolveTransitiveDependencies( MavenSession context,
|
||||
ArtifactResolver artifactResolver,
|
||||
String scope,
|
||||
ArtifactFactory artifactFactory,
|
||||
|
|
Loading…
Reference in New Issue