MVN

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.

<plugin>
    <groupId>com.amitinside</groupId>
    <artifactId>fatjar-maven-plugin</artifactId>
    <version>0.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.amitinside : fatjar-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of com.amitinside : fatjar-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
fatjar-maven-plugin-0.0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.amitinside</groupId>
    <artifactId>fatjar-maven-plugin</artifactId>
    <version>0.0.1</version>
</plugin>