MVN

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

Maven & Gradle

Feb 28, 2023
1 usages
166 stars

Mojo Executor Maven Plugin · 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.

<plugin>
    <groupId>org.twdata.maven</groupId>
    <artifactId>mojo-executor-maven-plugin</artifactId>
    <version>2.4.1-m2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.twdata.maven : mojo-executor-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.4.1-m2

All Versions

Choose a version of org.twdata.maven : mojo-executor-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.4.x
mojo-executor-maven-plugin-2.4.1-m2
mojo-executor-maven-plugin-2.4.0
2.3.x
mojo-executor-maven-plugin-2.3.3
mojo-executor-maven-plugin-2.3.2
mojo-executor-maven-plugin-2.3.1
mojo-executor-maven-plugin-2.3.0
2.2.x
mojo-executor-maven-plugin-2.2.0
2.1.x
mojo-executor-maven-plugin-2.1.0
2.0.x
mojo-executor-maven-plugin-2.0.1
2.0
mojo-executor-maven-plugin-2.0
1.5.x
mojo-executor-maven-plugin-1.5.2
mojo-executor-maven-plugin-1.5.1
1.5
mojo-executor-maven-plugin-1.5
1.0.x
mojo-executor-maven-plugin-1.0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

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

Advertisement