dmserebr opened a new issue, #12479: URL: https://github.com/apache/maven/issues/12479
### 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]" <img width="1222" height="344" alt="Image" src="https://github.com/user-attachments/assets/9cc7d4b1-8b41-4c33-9e7b-31140a71220e" /> Please split the NOTICE into two correct version claims (3.9.0 for one-arg-per-line, 3.9.3 for comments). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
