Hi, I'm makin a mvn2 plugin, and I need to call an other one in some cases and use it in the project witch is calling my plugin.
My plugin check if in a maven project the maven-checkstyle-plugin is declared in the pom. If yes, my plugin didn't do anything. If no, I want my plugin to run the maven-checkstyle-plugin on the project with is using my plugin. So, how can I do that?
