v1.3.0
See also: https://ctron.github.io/rpm-builder
This is a feature release, backwards compatible with 1.2.x.
New features
- #43: Allow customizing the verification flags using
<verify>
element. Thanks to @OliverMatz for contributing the PR. - #40: Add support for using
rpm
as the Maven module type. Thanks to @singhald for contributing the PR.
Changes
- Switch to artifacts from Eclipse Packager
- Update a bunch of dependencies
Maven coordinates
<dependency>
<groupId>de.dentrassi.maven</groupId>
<artifactId>rpm</artifactId>
<version>1.3.0</version>
</dependency>