Java RPM builder

Build RPM packages using plain Java on any platform. Fork of https://github.com/ctron/rpm-builder

Лицензия

Лицензия

Категории

Категории

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

Группа

com.github.fracpete
Идентификатор

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

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

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

1.4.0
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

Java RPM builder
Build RPM packages using plain Java on any platform. Fork of https://github.com/ctron/rpm-builder
Ссылка на сайт

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

https://fracpete.github.io/rpm-builder
Система контроля версий

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

https://github.com/fracpete/rpm-builder

Скачать rpm-maven-plugin

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

<plugin>
    <groupId>com.github.fracpete</groupId>
    <artifactId>rpm-maven-plugin</artifactId>
    <version>1.4.0</version>
</plugin>

Зависимости

compile (9)

Идентификатор библиотеки Тип Версия
org.apache.maven : maven-model jar 3.3.9
org.apache.maven : maven-core jar 3.3.9
org.apache.maven : maven-plugin-api jar 3.3.9
org.apache.maven : maven-artifact jar 3.3.9
org.eclipse.packager : packager-rpm jar 0.16.0
org.bouncycastle : bcpg-jdk15on jar 1.63
org.bouncycastle : bcprov-jdk15on jar 1.63
commons-codec : commons-codec jar 1.12
com.github.fracpete : simple-maven-file-filtering jar 0.0.1

provided (1)

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

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

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

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

RPM builder plugin Maven Central

This is a Maven Plugin which can build RPM files using plain Java. It does not require the rpmbuild command line tool.

Usage

For more information about how to use this plugin see the documentation.

License

This plugin is open source and licensed under the EPL. See also LICENSE.

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

Версия
1.4.0