ktr62 opened a new issue, #12730:
URL: https://github.com/apache/maven/issues/12730
### Affected version
maven-4.0.0-rc6
### Bug description
We just start trying to move from maven 3.9.16 to maven 4.
Our workflow relies on the -q option when generating values for further
processing. This worked perfectly with maven-3.9.16, however, stopped working
with maven-4.0.0-rc6
With
```
<properties>
<appNameShort>gMProvisioning</appNameShort>
...
</properties>
```
in the project POM, the command
`/c/Java/apache-maven-4.0.0-rc-6/bin/mvn --quiet help:evaluate
-Dexpression=appNameShort -DforceStdout`
unexpectedly yields
`[INFO] [stdout] gMProvisioning`
We get the surplus string `[INFO] [stdout] `.
Any help or hint will be greatly appreciated!
--
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]