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

Add echo of maven commands #30

Open
djeanprost opened this issue Sep 18, 2023 · 2 comments
Open

Add echo of maven commands #30

djeanprost opened this issue Sep 18, 2023 · 2 comments

Comments

@djeanprost
Copy link
Contributor

In order to ease diagnose, could it be possible to echo maven command line before running it ?
thank you

@simonseyock
Copy link
Member

I will see what I can do. This is not trivial because execa only allows access to the concatenated command after completing the process.

@Kenneth-Sills
Copy link

As of March, execa has had an improved verbose option added that allows using a full mode that outputs the command and both it's STDERR and STDOUT, which we should be able to pretty easily leverage here. 🥳

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

3 participants