mirror of
https://github.com/apache/maven.git
synced 2025-03-06 16:49:27 +00:00
[MNG-6149] MetadataResolutionResult#getGraph() never resolves request type 'test'
This commit is contained in:
parent
3938817fd3
commit
f7d4bce233
@ -115,7 +115,7 @@ else if ( requestType.equals( MetadataResolutionRequestTypeEnum.classpathRuntime
|
||||
{
|
||||
return conflictResolver.resolveConflicts( getGraph(), ArtifactScopeEnum.runtime );
|
||||
}
|
||||
else if ( requestType.equals( MetadataResolutionRequestTypeEnum.classpathRuntime ) )
|
||||
else if ( requestType.equals( MetadataResolutionRequestTypeEnum.classpathTest ) )
|
||||
{
|
||||
return conflictResolver.resolveConflicts( getGraph(), ArtifactScopeEnum.test );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user