Skip to content

mvnw output does not respect --quiet #424

@mfrigot-klee

Description

@mfrigot-klee

Affected version

3.3.4

Bug description

We happened to remove a maven build statement in our GitLab CI before extracting a version number from our pom.xml, and our CI started erroring when trying to upload dotenv artifacts.

$ mvnw -Dexpression=project.version -q -DforceStdout help:evaluate
[WARNING] Using an insecure connection to download the Maven distribution. Please consider using HTTPS.
0.16.0-SNAPSHOT

Note that the -DforceStdout does not change anything in this regard.

I guess that is because the wrapper does not respect the --quiet flag, would that be possible and in its scope ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions