Linux Packaging Maven Plugin


License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

be.hobbiton.maven
ArtifactId

ArtifactId

linux-packaging-maven-plugin
Last Version

Last Version

1.2.1
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Linux Packaging Maven Plugin
Linux Packaging Maven Plugin
Project URL

Project URL

http://pages.hobbiton.be/docs/linux-packaging-maven-plugin/1.2.1/
Project Organization

Project Organization

hobbiton bvba
Source Code Management

Source Code Management

https://github.com/gertux/LiPaMP

Download linux-packaging-maven-plugin

How to add to project

<plugin>
    <groupId>be.hobbiton.maven</groupId>
    <artifactId>linux-packaging-maven-plugin</artifactId>
    <version>1.2.1</version>
</plugin>

Dependencies

compile (5)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.0.5
org.apache.maven : maven-core jar 3.0.5
org.codehaus.plexus : plexus-component-annotations jar 1.7.1
org.apache.commons : commons-compress jar 1.18
org.tukaani : xz jar 1.8

provided (1)

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

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
ch.qos.logback : logback-classic jar 1.2.3

Project Modules

There are no modules declared in this project.

Linux Packaging Maven Plugin

The Linux Packaging Maven Plugin aims to build Linux Distribution specific packages without the use of native packaging tools, thus avoiding the use of non Java binaries and scripts.

The plugin focuses on the packaging of Java artifacts, for instance Spring boot JARs, WAR's to be deployed with a servlet runner like Tomcat or Jetty, ...

In the (near) future the plugin will be able to generate RPM (RedHat, SuSe) and APK (Arch, Alpine) packages but for the moment only the DEB (Debian, Ubuntu) format is implemented.

The plugin documentation can be found at http://pages.hobbiton.be/docs/linux-packaging-maven-plugin/

Versions

Version
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0