dotnet-maven-plugin
dotnet-maven-plugin copied to clipboard
Show executed commands when in debug mode (-X)
It would be really handy for debugging purposes if the executed command lines (eg. dotnet build --flags..
etc) would be printed. To prevent spam during the build, perhaps only when run in debug mode (when Maven's -X
flag is specified).
I agree, and it should be rather easy to implement.