Replies: 1 comment 1 reply
-
Hi @heruan ! And thanks for your interest in the project. apparently, this is logged to stderr so something like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the Maven plugin CRD generator and it works well, but generates a lot of output, i.e.
The output clutters the logs in GitHub actions and I guess it also slows down execution with a lot of I/O. I tried to silence it with
mvn -q
but looks like the-q
option is ignored by the plugin (and I don't want to silence everything, just the 0%-100% progress output).How can I do that?
Beta Was this translation helpful? Give feedback.
All reactions