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:2.0'
<dependency> <groupId>org.twdata.maven</groupId> <artifactId>mojo-executor</artifactId> <version>2.0</version> </dependency>
<dependency org="org.twdata.maven" name="mojo-executor" rev="2.0"/>
"org.twdata.maven", "mojo-executor", "2.0"