DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download org.twdata.maven : mojo-executor-maven-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc 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

How to open Javadoc JAR file in web browser

  1. Rename the file mojo-executor-maven-plugin-2.4.1-m2-javadoc.jar to mojo-executor-maven-plugin-2.4.1-m2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder mojo-executor-maven-plugin-2.4.1-m2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "mojo-executor-maven-plugin-2.4.1-m2-sources.jar" -d "mojo-executor-maven-plugin-2.4.1-m2-javadoc" -subpackages 

Advertisement