apache / apache/maven-dependency-plugin
properties goal to generate properties that contain directly the version (not the path)
- Dominant language
- Java
- Stars
- 175
- Forks
- 196
- Avg merge
- 19h 30m
- Merged PRs (30d)
- 5
Description
### New feature, improvement proposal
Use case: I basically want to produce properties that contain the computed version of a transitive dependency.
Unfortunately the generated properties only contain the path, so it could generate as well something like:
`${dependencyVersion.groupId:artifactId:type:[classifier]}` or any other format
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the dependency-plugin goal that generates properties and tracing how transitive dependency paths are currently written. Review its existing tests, then define coverage for properties containing a computed dependency version in the requested coordinate format. Done means the goal produces the version-based property without regressing path-based properties.
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
- Mostly clear
- Newbie friendliness
- 35/100