MVN

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".

<plugin>
    <groupId>org.greening</groupId>
    <artifactId>unojar-maven-plugin</artifactId>
    <version>1.5.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.greening : unojar-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.5.0

All Versions

Choose a version of org.greening : unojar-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5.x
unojar-maven-plugin-1.5.0

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.greening</groupId>
    <artifactId>unojar-maven-plugin</artifactId>
    <version>1.5.0</version>
</plugin>