Linux Packaging Maven Plugin


Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

be.hobbiton.maven
Идентификатор

Идентификатор

linux-packaging-maven-plugin
Последняя версия

Последняя версия

1.2.1
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

Linux Packaging Maven Plugin
Linux Packaging Maven Plugin
Ссылка на сайт

Ссылка на сайт

http://pages.hobbiton.be/docs/linux-packaging-maven-plugin/1.2.1/
Организация-разработчик

Организация-разработчик

hobbiton bvba
Система контроля версий

Система контроля версий

https://github.com/gertux/LiPaMP

Скачать linux-packaging-maven-plugin

Как подключить последнюю версию

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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.5.2

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
ch.qos.logback : logback-classic jar 1.2.3

Модули Проекта

Данный проект не имеет модулей.

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/

Версии библиотеки

Версия
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0