The rpm-maven-plugin tag has no wiki summary.
1
vote
1answer
80 views
maven build multiple rpms basing on multimodule project
I'm trying to set up maven to build my project in the specific way. I have the following structure:
pom.xml
module1
pom.xml
module2
pom.xml
module2.1
pom.xml
module2.2
pom.xml
module2.3
...
1
vote
0answers
54 views
How can I create a rpm that includes rpm modules with maven?
I am trying to generate a "rpm container" with rpm-maven-plugin. This container should include three rpm I have generated before and shared in a yum repository. So the idea is to have an empty project ...
0
votes
1answer
136 views
RPM Build Spec file i want to check rpm is being install or update
i want to check the rpm i have created is install or update by user(client)
like
rpm -ivh abc.rpm
or
rpm -Uvh abc.rpm
is their any %command in spec file to get info regarding this command.
my ...
0
votes
1answer
73 views
rpmBUILD : rpmbuild display client side message or log
i have problem regarding the stderr and stdout message print on the
client console for specified costume message on specified costume
condition .i want to put it on spec file or where?
...
2
votes
1answer
88 views
maven rpm package fails with “ERROR!!!!SGSBASE value is not set.Hence exitting”
I am tring to generate a simple rpm, but rpm goal fails with the following error
[INFO] --- rpm-maven-plugin:2.1x:rpm (default) @ private ---
[INFO] Creating spec file ...
0
votes
0answers
77 views
setting an empty string classifier for maven rpm plugin
I am currently using the Maven RPM Plugin to generate a secondary artifact. However I want to force e blank classifier to be appended to the rpm generated name rather than the default "rpm" string ...
0
votes
0answers
124 views
rpm-maven-plugin shell scripts
I am using rpm-maven-plugin in my projects and have created generic shell scripts for purpose of pre and post install.
I have 5 maven projects , all having same bonds parent and all of them also have ...
2
votes
1answer
622 views
rpm-maven-plugin truncates rpm version
I am building three packages with rpm-maven-plugin. One parent, and two plugins that require the parent in the same version. Everything works fine, until I build it with XY-SNAPSHOT version. Then my ...
0
votes
0answers
628 views
What is significance of RPM Warning: File listed twice
Currently I am using the RPM Maven plugin to generate RPMs as needed. My situation requires that I apply different directory permissions to the files contained within that directory. Unfortunately I ...
1
vote
1answer
437 views
How do I include files with spaces in their names when using rpm-maven-plugin?
I am trying to package my own project that includes parts of other projects. Here is a snippet from my pom.xml:
<plugin>
<groupId>org.codehaus.mojo</groupId>
...