Allsimon opened a new issue, #904:
URL: https://github.com/apache/maven-mvnd/issues/904

   `mvnd help:evaluate` doesn't print anything anymore since `1.0-m7-m39`
   
   To reproduce, setup a basic project:
   ```shell
   mvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app 
-DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4 
-DinteractiveMode=false
   cd my-app
   mkdir .mvn
   ```
   
   then run `mvnd help:evaluate -Dexpression=project.version -q -DforceStdout`
   
   using SDKMAN, it looks like it was broken in `1.0-m7-m39`:
   
   ```shell
   ~ sdk use mvnd 1.0-m6-m40
   
   Using mvnd version 1.0-m6-m40 in this shell.
   ~ mvnd help:evaluate -Dexpression=project.version -q -DforceStdout
   [INFO] [stdout] 1.0-SNAPSHOT
   ~ sdk use mvnd 1.0-m7-m39
   
   Using mvnd version 1.0-m7-m39 in this shell.
   ~ mvnd help:evaluate -Dexpression=project.version -q -DforceStdout
   ```
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to