mfrigot-klee opened a new issue, #424: URL: https://github.com/apache/maven-wrapper/issues/424
### 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. ``` $ mvn -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 ``` I guess that is because the wrapper does not respect the [--quiet flag](https://maven.apache.org/ref/3.9.16/maven-embedder/cli.html), would that be possible and in its scope ? -- 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]
