The Mojo Executor provides a way to to execute other Mojos (plugins) within a Maven plugin, allowing you to easily create Maven plugins that are composed of other plugins.
'org.twdata.maven:mojo-executor-parent:1.5'
<dependency>
<groupId>org.twdata.maven</groupId>
<artifactId>mojo-executor-parent</artifactId>
<version>1.5</version>
</dependency>
<dependency org="org.twdata.maven" name="mojo-executor-parent" rev="1.5"/>
"org.twdata.maven", "mojo-executor-parent", "1.5"