DOC

org.greening : unojar-maven-plugin

Maven & Gradle

Jul 22, 2020
5 stars

Unojar Maven Plugin · Unojar maven plugin creates a "fat jar" or "uber jar". It packages dependency jars with a main jar file, and with a specified main class to start, into a ...unojar.jar file. Dependent jars are automatically loaded with the main jar, and main method in the main class is called. This allows an entire application to be released as a single file and run with "java -jar ...unojar.jar".

Table Of Contents

Latest Version

Download org.greening : unojar-maven-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download org.greening : unojar-maven-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.5.x

How to open Javadoc JAR file in web browser

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