Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mvnd help:evaluate regression #904

Open
Allsimon opened this issue Jan 3, 2024 · 1 comment
Open

mvnd help:evaluate regression #904

Allsimon opened this issue Jan 3, 2024 · 1 comment

Comments

@Allsimon
Copy link

Allsimon commented Jan 3, 2024

mvnd help:evaluate doesn't print anything anymore since 1.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:

~ 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
@ramarro123
Copy link

any update on this?
1.0-m8 darwin-aarch64 seems affected as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants