apache / apache/maven-resolver-ant-tasks
Document interactiuon of Maven and Ant settings
- Dominant language
- Java
- Stars
- 15
- Forks
- 18
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 8
Description
### Affected version
HEAD
### Bug description
We need to be deliberate about this. It's not clear the existing behavior is intentional.
src/site/markdown/index.md:44: The default user settings path is incomplete. The implementation (AetherUtils.findUserSettings()) checks ${user.home}/.ant/settings.xml first, then falls back to
${user.home}/.m2/settings.xml. This precedence should probably be documented.
Contributor guide
No contributing guide indexed for this repository
Research direction
Open src/site/markdown/index.md around line 44 and inspect AetherUtils.findUserSettings() to confirm the documented behavior. Update the documentation to explain that ${user.home}/.ant/settings.xml is checked before ${user.home}/.m2/settings.xml, then verify the wording is accurate and complete.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 78/100