Wolf2323 commented on issue #1026: URL: https://github.com/apache/maven-mvnd/issues/1026#issuecomment-2812523049
Hey, I want to do a similar thing: ``` REVISION_VERSION="$(./mvnw --raw-streams help:evaluate -Dexpression=revision -DforceStdout -q)" ``` I already use `--raw-streams` but it does not work. When I run it directly with mvn instead it writes the revision in a sapate (new) line ``` [INFO] No artifact parameter specified, using 'org.betonquest:parent:pom:1.7.0-SNAPSHOT' as project. [INFO] 1.7.0 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Parent 1.7.0-SNAPSHOT: ``` but with mvnd --raw-streams it doesn't write it out at all: ``` [INFO] Using the SmartBuilder implementation with a thread count of 19 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Parent 1.7.0-SNAPSHOT: ``` -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org