DOC

org.twdata.maven : mojo-executor-parent

Maven & Gradle

Feb 28, 2023
189 stars

Mojo Executor Parent · The Mojo Executor provides a way to execute other Mojos (plugins) within a Maven plugin, allowing you to easily create Maven plugins that are composed of other plugins.

Table Of Contents

Latest Version

Download org.twdata.maven : mojo-executor-parent Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file mojo-executor-parent-2.4.1-m2-javadoc.jar to mojo-executor-parent-2.4.1-m2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder mojo-executor-parent-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-parent-2.4.1-m2-sources.jar" -d "mojo-executor-parent-2.4.1-m2-javadoc" -subpackages