Powermock driven tests run just fine via maven but don't run in intellij
Turned out this is a known issue The workaround was to set property idea.dynamic.classpath.jar in IDEA_CONFIG/options/options.xml to true.
Note that it was set to false in the first place due to another know issue.
This is pretty cumbersome but this is the best there is for now (March 2017).