The Macker documentation is a good place to start.
| [top] |
Bind the plugin to goal macker and phase compile. Or from the command line, run:
mvn macker:macker test
| [top] |
Yes, set the includeTests parameter to true.
| [top] |
Yes, it supports a skip parameter which you can pass on the
command line, -Dmacker.skip=true.
| [top] |
First turn verbose of if you have it enabled.
Next limit the number of messages displayed with the maxmsg parameter.
Use quiet to disable all other log messages.
| [top] |