is not current version
Last Version 2.4.0

org.twdata.maven:mojo-executor-maven-plugin 1.5

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.

Categories

Categories

Maven Build Tools Data
GroupId

GroupId

org.twdata.maven
ArtifactId

ArtifactId

mojo-executor-maven-plugin
Version

Version

1.5
Type

Type

maven-plugin

Download mojo-executor-maven-plugin 1.5


<plugin>
    <groupId>org.twdata.maven</groupId>
    <artifactId>mojo-executor-maven-plugin</artifactId>
    <version>1.5</version>
</plugin>