You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "RAVI KANT SHARMA (Jira)" <ji...@apache.org> on 2022/07/02 13:57:00 UTC

[jira] [Updated] (MDEP-810) dependency: tree doesn't show list of dependencies of specific project

     [ https://issues.apache.org/jira/browse/MDEP-810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

RAVI KANT SHARMA updated MDEP-810:
----------------------------------
    Description: 
Suppose, I have two project in my organization XYZ i.e. myproject1, myproject2. Below is the project structure :

*myproject1 (com.xyz.myproject1)*
  - com.xyz.myproject1.service1 (3PP used, lets say a.jar)
  - com.xyz.myproject1.service2 (3PP used, lets say b.jar)
  - com.xyz.myproject1.service3 (3PP used, lets say a.jar)

*myproject2 (com.xyz.myproject2)*
  - com.xyz.myproject2.service1 (3PP used, lets say e.jar)
  - com.xyz.myproject2.service2 (3PP used, lets say c.jar)
  - com.xyz.myproject2.service3 (3PP used, lets say d.jar)

There should be a feature to filter list of dependencies for com.xyz.myproject1.

  was:
Suppose, I have two project in my organization XYZ i.e. myproject1, myproject2. Below is the project structure :

*myproject1 (com.xyz.myproject1)*
  - com.xyz.myproject1.service1 (3PP used, lets a.jar)
  - com.xyz.myproject1.service2 (3PP used, lets say b.jar)
  - com.xyz.myproject1.service3 (3PP used, lets say a.jar)

*myproject2 (com.xyz.myproject2)*
  - com.xyz.myproject2.service1 (3PP used, lets e.jar)
  - com.xyz.myproject2.service2 (3PP used, lets say c.jar)
  - com.xyz.myproject2.service3 (3PP used, lets say d.jar)

There should be a feature to filter list of dependencies for com.xyz.myproject1.


> dependency: tree doesn't show list of dependencies of specific project
> ----------------------------------------------------------------------
>
>                 Key: MDEP-810
>                 URL: https://issues.apache.org/jira/browse/MDEP-810
>             Project: Maven Dependency Plugin
>          Issue Type: New Feature
>            Reporter: RAVI KANT SHARMA
>            Priority: Major
>
> Suppose, I have two project in my organization XYZ i.e. myproject1, myproject2. Below is the project structure :
> *myproject1 (com.xyz.myproject1)*
>   - com.xyz.myproject1.service1 (3PP used, lets say a.jar)
>   - com.xyz.myproject1.service2 (3PP used, lets say b.jar)
>   - com.xyz.myproject1.service3 (3PP used, lets say a.jar)
> *myproject2 (com.xyz.myproject2)*
>   - com.xyz.myproject2.service1 (3PP used, lets say e.jar)
>   - com.xyz.myproject2.service2 (3PP used, lets say c.jar)
>   - com.xyz.myproject2.service3 (3PP used, lets say d.jar)
> There should be a feature to filter list of dependencies for com.xyz.myproject1.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)