ctron / rpm-builder

Maven RPM builder plugin

Home Page:https://ctron.github.io/rpm-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do RPM Builder supports RPM macros?

ArtRac opened this issue · comments

No, it does not. However, I also don't see a need for it.

To my understanding, macros mainly expand content in the "spec" file. The spec file is the build-file for an RPM. However, in this case, Maven is the build tool, and POM its build file. And, Maven has it's tools for injecting content into the Pom file.

commented

Thank you @ctron for your answer.