sc1478

Results 15 comments of sc1478

In the beginning we had ``` org.codehaus.mojo rpm-maven-plugin 2.1.4 attach-rpm attached-rpm ... ${tomcat.deploy.dir} ${project.build.directory}/${project.artifactId}.war false ${conf.dir} ${project.basedir}/conf/log4j2.xml false ``` One rpm, all configs at the plugin level, not at the...

Yes. My solution was to stop using Maven for building RPMs and start using Gradle. The Gradle syntax is much cleaner and more intuitive and easily builds RPMs without the...

This just came up again with one of my colleagues. Still has not been documented.

For the first part pf your question I think preinstall is just doing a linux commandline to echo what you've given it, that is "echo %_macros_variable_here. preinstall, postinstall, etc. are...

A temporary workaround for this issue is adopting pull request #104. In my case, my requirements include supporting rpm versions from 4.3.3 to 4.8.0. I do understand that rpm >...