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 ?
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.
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 ?