Use -noverify to avoid PowerMock fail

October 29, 2014

When using PowerMock https://code.google.com/p/powermock/ to do unit test, some times jvm may report bytecode version mismatch and refuse to run, it caused by PowerMock will dynamic change the bytecode.

Add -noverify option to fix the problem

Nifty tech tag lists fromĀ Wouter Beeftink