apache / apache/maven-dependency-plugin
[MDEP-810] dependency: tree doesn't show list of dependencies of specific project
- Dominant language
- Java
- Stars
- 175
- Forks
- 196
- Avg merge
- 19h 30m
- Merged PRs (30d)
- 5
Description
**[RAVI KANT SHARMA](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER292136)** opened **[MDEP-810](https://issues.apache.org/jira/browse/MDEP-810?redirect=false)** and commented
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.
---
No further details from [MDEP-810](https://issues.apache.org/jira/browse/MDEP-810?redirect=false)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading the dependency-tree goal and its current project and dependency filtering behavior in the Maven Dependency Plugin. Reproduce the multi-project example from the issue, then determine how a specific project should be selected and verify that the dependency list contains only that project's dependencies.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100