DOC

com.amitinside : fatjar-maven-plugin

Maven & Gradle

Feb 05, 2018
0 stars

FatJAR Maven Mojo · This maven plugin is responsible to create a Fat JAR bundle containing all the dependencies specified in a POM file. Sometimes users need to unpack specific dependency (eq. zip, tar etc) before packing the dependency as this dependency could contain other jar files. The primary motive is to collect all the dependencies including the plain jar dependencies and the other jar dependencies that reside in other dependency (eq. zip, tar etc). Apart from this, it could also update the versions of the specified dependencies before wrapping in a big fat JAR bundle. This internally uses bnd to wrap all the dependencies in a single fat JAR.

Table Of Contents

Latest Version

Download com.amitinside : fatjar-maven-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download com.amitinside : fatjar-maven-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.0.x

How to open Javadoc JAR file in web browser

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