3.10.x fails on org.jboss.resteasy:resteasy-client:jar:7.0.0.Final
Open
bug
priority:blocker
- Dominant language
- Java
- Stars
- 5.3k
- Forks
- 3.1k
- Avg merge
- 20h 42m
- Merged PRs (30d)
- 297
Description
### Affected version
maven-3.10.x
### Bug description
Try this:
```
mvn toolbox:gav-effective-model -Dgav=org.jboss.resteasy:resteasy-client:jar:7.0.0.Final
or simpler
mvn compile
```
Works with 3.9.16, but fails with 3.10.x
Contributor guide
Research direction
Start by running `mvn toolbox:gav-effective-model -Dgav=org.jboss.resteasy:resteasy-client:jar:7.0.0.Final` and the simpler `mvn compile` with Maven 3.10.x, then repeat with 3.9.16. Capture the failure details and trace the affected dependency-resolution or model-building entry point; done means the artifact resolves and the commands complete as they do on 3.9.16.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100