Error while doing maven-install
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 205
- Forks
- 129
- PR merge metrics
- No merged PRs in 30d
Description
line 18163, in maven_install
mvn_local_install(dist.maven_group_id(), dist.maven_artifact_id(), dist.path, releaseVersion, args.repo)
^^^^^^^^^
AttributeError: 'POMDistribution' object has no attribute 'path'
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at maven_install around line 18163 and trace the POMDistribution value passed to mvn_local_install, especially the missing dist.path attribute. Reproduce the maven-install command and inspect the available POMDistribution fields. Done means the command no longer raises this AttributeError and completes the local Maven installation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system, cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100