cstamas commented on issue #1463: URL: https://github.com/apache/maven-mvnd/issues/1463#issuecomment-3696167118
Yes, sorry, this is the way: ``` [cstamas@angeleyes maven-mvnd (mvnd-1.x)]$ mvnd -v Apache Maven Daemon (mvnd) 1.0.3 linux-amd64 native client (824a1fd42088e27dec6cc7cc392b9122379e7bf0) Terminal: org.jline.terminal.impl.PosixSysTerminal with pty org.jline.terminal.impl.jni.linux.LinuxNativePty Apache Maven 3.9.11 (3e54c93a704957b63ee3494413a2b544fd3d825b) Maven home: /home/cstamas/.sdkman/candidates/mvnd/1.0.3/mvn Java version: 21.0.9, vendor: Eclipse Adoptium, runtime: /home/cstamas/.sdkman/candidates/java/21.0.9-tem Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.17.12-300.fc43.x86_64", arch: "amd64", family: "unix" [cstamas@angeleyes maven-mvnd (mvnd-1.x)]$ mvnd help:evaluate -Dexpression=project.artifactId -q --raw-streams -DforceStdout mvnd [cstamas@angeleyes maven-mvnd (mvnd-1.x)]$ ``` As per https://maven.apache.org/plugins/maven-help-plugin/evaluate-mojo.html the `-q` makes it must to use other plugin option `forceStdout` -- 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]
