I'm trying to get http://code.google.com/p/mojo-executor/ to work with Maven 3, but I'm running into an UnsupportedOperationExecption coming from DefaultPluginManager.executeMojo.
I've had a look at both the maven-sonar-plugin & maven-cli-plugin approaches to solving this issue, but as far as I can tell, those solutions are not backwards compatible. Is there a backwards compatible way to achieve this? TIA, Jamie
