Skip to content

0.10.0

Compare
Choose a tag to compare
@ctron ctron released this 17 Nov 10:22
· 188 commits to master since this release
rpm-0.10.0

See also: https://ctron.github.io/rpm-builder

This is a feature enhancement release. It should be compatible with existing configurations.

Enhancements

  • Added additional file flags for RPM entries – Big thanks to @talios for implementing this in eclipse-archived/packagedrone#115
  • #20: Running Maven with multiple threads gives warning about thread safety – Thanks to @Vsipuli for suggesting and testing this

Maven coordinates

<dependency>
    <groupId>de.dentrassi.maven</groupId>
    <artifactId>rpm</artifactId>
    <version>0.10.0</version>
</dependency>