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

Automatic signature (without user input) of the rpm fails with gpg 2.2.19. If my understanding is correct, it seems that the script (coded in the [RPMSigner](https://github.com/mojohaus/rpm-maven-plugin/blob/master/src/main/java/org/codehaus/mojo/rpm/RPMSigner.java)) that uses "expect" to...

How to build the RPM of arm64 architecture?

I have the group tag defined in my parent pom, but intelliJ IDEA tells me it is still required in the child pom so I have to add it as...

This issue occurs in the `master` branch. When building an RPM that includes a mapping without sources, an `NullPointerException` is thrown. This is due to an issue in `SpecWriter.java` on...

Sample POM file of issue is here: https://github.com/voor/rpm-signing-example Inside my m2 settings file I have something like this: gpg gpg2 ${env.GPG_USER} ${env.GPG_PASSWORD} This results in the following stack-trace: ``` [ERROR]...

Hello, When i build with the latest version of Docker for windows (4.0.0) there is an issue with the directory buildroot. ``` Creating directory /home/default/.../buildroot ... mkdir: cannot create directory...

I used rpm-maven-plugin to package a springboot applicaiton to rpm, and I use 'rpm -ivh xxxx.rpm' successfully installed it. but I can not uninstall it by using 'rpm -e ',...

We want to be able to have the spec file to explicitly define every directory and sub-directory with specific permissions. We have historically accomplished this by having a top level...