Skip to content

configure.html: comment support in .mvn/maven.config says "since 3.9.0", actually fixed in 3.9.3 #12479

Description

@dmserebr

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]"

Image

Please split the NOTICE into two correct version claims (3.9.0 for one-arg-per-line, 3.9.3 for comments).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions