[MNG-6288] Metadata for Dependency Management Entries
- Dominant language
- Java
- Stars
- 5.3k
- Forks
- 3.1k
- Avg merge
- 20h 40m
- Merged PRs (30d)
- 275
Description
**[Daniel Heinrich](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=dannynullzwo)** opened **[MNG-6288](https://issues.apache.org/jira/browse/MNG-6288?redirect=false)** and commented
You will have a lot of version conflicts of transitive dependencies in a normal project. These conflicts will get resolved by maven automatically, but most of the time you want your team to explicitly decide on the conflict resolution.
This decision has to be placed in the dependency management section.
Over time dependencies change and therefor their transitive dependencies too. The problem is now, that while out decisions(in form of dependency management entries) stay the basis of the past decisions have changed.
There is no automatic way at the moment to check for dependency management entries which need to be updated, because the conflict they try to resolve has changed.
I propose to add the option to add some kind of meta data to dependency management entries, which can be used by some plugin to report on decisions which have to be reworked.
An example could be:
```xml
org.slf4j
slf4j-api
1.4.0
1.3.0,1.3.2
```
or more generic:
```xml
org.slf4j
slf4j-api
1.4.0
1.3.0,1.3.2
...
```
I hope this will spark some sort of discussion, because I think Maven can still do a lot to support changes to a project over time way better.
---
No further details from [MNG-6288](https://issues.apache.org/jira/browse/MNG-6288?redirect=false)
Contributor guide
Assessment
This issue has not been assessed yet.