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.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.hellojavaer.fatjar
ArtifactId

ArtifactId

fatjar-maven-plugin
Last Version

Last Version

1.0.0.M1
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

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.
Project URL

Project URL

https://github.com/hellojavaer/fatjar
Source Code Management

Source Code Management

https://github.com/hellojavaer/fatjar.git

Download fatjar-maven-plugin

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.0
org.apache.maven : maven-project jar 2.2.1
commons-io : commons-io jar 2.5

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.4

Project Modules

There are no modules declared in this project.

FAT-JAR

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

License

fatjar is licensed under Apache Software License, Version 2.0.

News

  • version 1.0.0.M1 released.

Release Notes

Extensions in the latest version 1.0.0.M1

Documentation

Download

http://repo1.maven.org/maven2/org/hellojavaer/fatjar/

Maven

<dependency>
    <groupId>org.hellojavaer.fatjar</groupId>
    <artifactId>fatjar-core</artifactId>
    <version>x.x.x</version>
</dependency>
<dependency>
    <groupId>org.hellojavaer.fatjar</groupId>
    <artifactId>fatjar-maven-plugin</artifactId>
    <version>x.x.x</version>
</dependency>

Versions

Version
1.0.0.M1