[ 
https://issues.apache.org/jira/browse/MNG-6659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16846052#comment-16846052
 ] 

Michael Osipov commented on MNG-6659:
-------------------------------------

Can you name the code spot?

> DependencyResolutionResult not fired when dependency resolutions fails
> ----------------------------------------------------------------------
>
>                 Key: MNG-6659
>                 URL: https://issues.apache.org/jira/browse/MNG-6659
>             Project: Maven
>          Issue Type: Bug
>          Components: Dependencies
>    Affects Versions: 3.6.1
>            Reporter: Benedikt Ritter
>            Priority: Major
>
> When dependency resolution starts Maven fires a DependencyResolutionRequest 
> event object. After dependencies have been resolved a 
> DependencyResolutionResult event is fired. The problem is, that the result is 
> only fired if dependency resolution is successful. If dependency resolution 
> fails, one has to listen for ExecutionEvent carrying a LifeCycleException 
> with DependencyResolutionException as cause. The 
> DependencyResolutionException will have the DependencyResolutionResult 
> containing the cause of why resolution failed.
> It would be great if the DependencyResolutionResult would be fired as an 
> event even if dependency resolutions fails.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to