We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This returns nothing:
mvnd --quiet help:evaluate -Dexpression=project.version -DforceStdout
This returns a version:
./mvnw --quiet help:evaluate -Dexpression='project.version' -DforceStdout 450-SNAPSHOT%
I think that issue could be a fact that echo is not new-line terminated.
The text was updated successfully, but these errors were encountered:
When the output is redirected to file -Doutput=./file file is populated correctly so I think that this is a new line thingy
-Doutput=./file
Sorry, something went wrong.
I guess this is on 1.0.0 ?
Yep, 1.0.0. It works with --raw-streams as a workaround
--raw-streams
Duplicates #904
No branches or pull requests
This returns nothing:
This returns a version:
I think that issue could be a fact that echo is not new-line terminated.
The text was updated successfully, but these errors were encountered: