You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then run mvnd help:evaluate -Dexpression=project.version -q -DforceStdout
using SDKMAN, it looks like it was broken in 1.0-m7-m39:
~ 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
The text was updated successfully, but these errors were encountered:
mvnd help:evaluate
doesn't print anything anymore since1.0-m7-m39
To reproduce, setup a basic project:
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
:The text was updated successfully, but these errors were encountered: