configure.html: comment support in .mvn/maven.config says "since 3.9.0", actually fixed in 3.9.3
- Dominant language
- Java
- Stars
- 123
- Forks
- 301
- Avg merge
- 16h 59m
- Merged PRs (30d)
- 32
Description
### Affected version
3.9.0
### Bug description
The NOTICE on https://maven.apache.org/configure.html says # comments in .mvn/maven.config are supported "starting with Maven 3.9.0." That's wrong — comment support was added by MNG-7698 (https://issues.apache.org/jira/browse/MNG-7698), fixed in 3.9.3, not 3.9.0. The one-arg-per-line rule (a separate change) is what actually landed in 3.9.0, via MNG-7684 (https://issues.apache.org/jira/browse/MNG-7684).
Result: users on 3.9.0–3.9.2 who add # comments (trusting the docs) get an error: "Unrecognized maven.config file entries: [# comment text]"
Please split the NOTICE into two correct version claims (3.9.0 for one-arg-per-line, 3.9.3 for comments).
Contributor guide
No contributing guide indexed for this repository
Research direction
Open configure.html and review the NOTICE about .mvn/maven.config, then check the linked MNG-7684 and MNG-7698 references. Update the text so one-argument-per-line support is attributed to Maven 3.9.0 and comment support to 3.9.3, with both claims clearly separated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 90/100