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

When building a SNAPSHOT version, the RPM gets the name: projectname-version**_SNAPSHOT20171017082137**.i386 instead of (expected): projectname-version**-SNAPSHOT**.i386

Hello, I am trying to execute your plugin in my Jenkins server. There is a option where I can set goals up and I have written the next command line...

When you run the following pom with profiles `direct` and `versionProp` you will get a failure: ``` error: line 3: Illegal char '$' in: Version: ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion} ``` Only profile `version`...

It would be nice to be able to skip building the rpm, while leaving it in an execution block. I have some team members that run Windows, and they don't...

SRPM package generated by using `-ba` only has a .spec file, no .jar or .java files.

Hello, I'm using rpm-maven-plugin for a project in which I need the rpm file name to be different than the artifactId. I can't find any parameter to do that. I...

We've had some issues configuring Jenkins and the RPM plugin to work together with the GPG plugin. One of the issues we had is the fact that the configuration for...

**Version**: 2.1 **Case**: add two symbolic links in one mapping like this ``` /var/lib/${project.artifactId} target/some_source_dir /var/log/${project.artifactId} logs /etc/${project.artifactId} conf ``` And one linked directory contain files (e.g. `/etc/${project.artifactId}`) than other...

I would like to have a property (e.g. rpm.skip) to skip the execution of the RPM plugin during a build.

Currently the scriptFile tag can only accept a file located in the project. This change allows to specify a scriptFile located in a jar file (maven artifact) using "classpath:" prefix....