Where can I get more information about Macker?

The Macker documentation is a good place to start.

[top]

How do I run the Macker plugin?

Bind the plugin to goal macker and phase compile. Or from the command line, run:

mvn macker:macker test

[top]

Can I run Macker on my test classes?

Yes, set the includeTests parameter to true.

[top]

Is there any way to skip the Macker check temporarily?

Yes, it supports a skip parameter which you can pass on the command line, -Dmacker.skip=true.

[top]

How to I manage Macker output?

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]