[
https://issues.apache.org/jira/browse/MRESOLVER-9?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15783802#comment-15783802
]
Hudson commented on MRESOLVER-9:
--------------------------------
UNSTABLE: Integrated in Jenkins build maven-wagon #1329 (See
[https://builds.apache.org/job/maven-wagon/1329/])
[MRESOLVER-9] DefaultDependencyCollector does not correctly handle (schulte:
[http://git-wip-us.apache.org/repos/asf/?p=maven-wagon.git&a=commit&h=1b318bb7b87ab260f3ff33259d547caffe575f02])
* (edit) pom.xml
* (edit) wagon-providers/wagon-http-shared/pom.xml
* (edit) wagon-providers/wagon-http-lightweight/pom.xml
* (edit) wagon-providers/wagon-webdav-jackrabbit/pom.xml
* (edit) wagon-providers/wagon-http/pom.xml
* (edit) wagon-tcks/wagon-tck-http/pom.xml
* (edit) wagon-provider-api/pom.xml
* (edit) wagon-providers/wagon-ssh-common/pom.xml
> DefaultDependencyCollector does not correctly handle dependency management.
> ---------------------------------------------------------------------------
>
> Key: MRESOLVER-9
> URL: https://issues.apache.org/jira/browse/MRESOLVER-9
> Project: Maven Resolver
> Issue Type: Bug
> Reporter: Christian Schulte
> Assignee: Christian Schulte
> Priority: Critical
> Fix For: Maven Artifact Resolver 1.2.0
>
>
> During dependency processing the 'DependencySelector' is called to decide if
> a dependency is to be selected. The call to
> 'DependencySelector.selectDependency( dependency )' is performed with the
> unmanagement dependency but needs to be performed with the managed
> dependency. With the fix applied, the result no longer contains dependencies
> whose scope or optionality has been managed to not be part of the result
> (correct behaviour). Without the fix applied, the result contains
> dependencies with a managed scope or optionality not filtered out by the
> 'DependencySelector' in use (incorrect behaviour).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)