Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctron/rpm-builder
Maven RPM builder plugin
https://github.com/ctron/rpm-builder
maven maven-plugin rpm rpm-builder rpmbuild
Last synced: 4 days ago
JSON representation
Maven RPM builder plugin
- Host: GitHub
- URL: https://github.com/ctron/rpm-builder
- Owner: ctron
- License: epl-2.0
- Created: 2016-04-25T15:10:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T15:01:21.000Z (2 months ago)
- Last Synced: 2024-09-10T16:41:04.197Z (2 months ago)
- Topics: maven, maven-plugin, rpm, rpm-builder, rpmbuild
- Language: Java
- Homepage: https://ctron.github.io/rpm-builder
- Size: 2.58 MB
- Stars: 55
- Watchers: 7
- Forks: 32
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RPM builder plugin [![CI](https://github.com/ctron/rpm-builder/actions/workflows/maven.yml/badge.svg)](https://github.com/ctron/rpm-builder/actions/workflows/maven.yml) [![Maven Central](https://img.shields.io/maven-central/v/de.dentrassi.maven/rpm.svg "Maven Central Status")](https://search.maven.org/artifact/de.dentrassi.maven/rpm)
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](https://ctron.github.io/rpm-builder).## License
This plugin is open source and licensed under the EPL. See also [LICENSE](LICENSE).