Is it possible to wrap few maven plugins into single one? Like I want to wrap checkstyle plugin, spotbugs & pmd plugins into single one named static-code-analyse plugin and execute all of them at once.
In the Gradle there is some kind on task wrapper which can be used for such cases. I wonder does it possible to do something like that with maven?