Group: org.twdata.maven
| Artifact | Last Version | Popularity | Description |
|---|---|---|---|
|
mojo-executor (3) Mojo Executor |
2.0 | ||
|
mojo-executor-maven-plugin (3) Mojo Executor Maven Plugin |
2.0 | A very simple example of how to use the Mojo Executor in a Maven plugin. This plugin allows you to specify the group ID, artifact ID, version, goal, and configuration of a plugin to execute. Why would you use this plugin instead of just executing the plugin directly? You wouldn't, probably! It's just for example and functional testing purposes. | |
|
mojo-executor-parent (3) Mojo Executor Parent |
2.0 | 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. |