rpm-maven-plugin icon indicating copy to clipboard operation
rpm-maven-plugin copied to clipboard

Results 63 rpm-maven-plugin issues
Sort by recently updated
recently updated
newest added

Hi guys, I am using rpm-maven-plugin version 2.1.3 to create rpm file from a python package. I have a problem during the build, since the environment I'm using has python2.7...

Setting the advanced parameter [keyname](https://www.mojohaus.org/rpm-maven-plugin/adv-params.html#Signatures) leaves the RPM in the target directory unsigned, it only signs the one in the buildroot. Here's the output from my build: ``` [INFO] [INFO]...

Building a project using Maven 3.9.x will generate plugin validation warnings. These a intended to help spot problems that plugins might run into when Maven 4.x is released. When using...

enhancement