Executable Packer Maven Plugin

This maven plugin is designed to create executable JAR files for stand-alone applications containing all dependencies as JAR files as well (referred to as jar-in-jar-packaging).

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

de.ntcomputer
ArtifactId

ArtifactId

executable-packer-maven-plugin
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Executable Packer Maven Plugin
This maven plugin is designed to create executable JAR files for stand-alone applications containing all dependencies as JAR files as well (referred to as jar-in-jar-packaging).
Project URL

Project URL

https://github.com/nthuemmel/executable-packer-maven-plugin
Source Code Management

Source Code Management

https://github.com/nthuemmel/executable-packer-maven-plugin/tree/master

Download executable-packer-maven-plugin

How to add to project

<plugin>
    <groupId>de.ntcomputer</groupId>
    <artifactId>executable-packer-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>

Dependencies

compile (5)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.0
org.apache.maven : maven-core jar 3.0
org.apache.maven : maven-artifact jar 3.0
org.apache.maven : maven-archiver jar 3.1.1
net.sf.corn : corn-cps jar 1.1.10

provided (1)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0