You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2019/12/15 13:36:00 UTC

[jira] [Commented] (MDEP-549) list deps with scope runtime should show provided scope as well

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

Elliotte Rusty Harold commented on MDEP-549:
--------------------------------------------

After reviewing the docs, I agree the way dependency:list chooses scope is flat out weird. It's not how I would have done it. That said, a change at this point in time would be a breaking change. Is that enough to reject this proposal?

> list deps with scope runtime should show provided scope as well
> ---------------------------------------------------------------
>
>                 Key: MDEP-549
>                 URL: https://issues.apache.org/jira/browse/MDEP-549
>             Project: Maven Dependency Plugin
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Sébastien Gandon
>            Priority: Major
>
> I am trying to get all the dependencies but the test ones.
> I am using 
> {code}
> mvn dependency:list -DincludeScope=runtime
> {code}
> in the doc the runtime scope includes *runtime* and *compile* scopes.
> and it says the  *compile* scope gives compile, provided, and 
> 	 system dependencies
> So I would expect the *runtime* scope would also return *provided* dependencies



--
This message was sent by Atlassian Jira
(v8.3.4#803005)