MVN

org.hellojavaer.fatjar : fatjar-maven-plugin

Maven & Gradle

Apr 02, 2017

fatjar-maven-plugin · fatjar is a simple solution to solve the conflict of jars by packaging a jar's dependent jars into its own package.

<plugin>
    <groupId>org.hellojavaer.fatjar</groupId>
    <artifactId>fatjar-maven-plugin</artifactId>
    <version>1.0.0.M1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hellojavaer.fatjar : fatjar-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0.M1

All Versions

Choose a version of org.hellojavaer.fatjar : fatjar-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
fatjar-maven-plugin-1.0.0.M1

How to add a plugin to Maven

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

<plugin>
    <groupId>org.hellojavaer.fatjar</groupId>
    <artifactId>fatjar-maven-plugin</artifactId>
    <version>1.0.0.M1</version>
</plugin>