jar

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.

Table Of Contents

Latest Version

Download org.twdata.maven : mojo-executor-maven-plugin JAR file - Latest Versions:

All Versions

Download org.twdata.maven : mojo-executor-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
2.4.x
2.3.x
2.2.x
2.1.x
2.0.x
2.0
1.5.x
1.5
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window mojo-executor-maven-plugin-2.4.1-m2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.twdata.maven.mojoexecutor.plugin

├─ org.twdata.maven.mojoexecutor.plugin.MojoExecutorMojo.class - [JAR]

Advertisement