Is there a maven plugin/configuration that enables you to run post install actions?
in rpm.spec file you can specify %post actions such as "mkdir -p /var/spool/app/logs" or running bash scripts. is there an equivalent plugin in maven? or one has to write a new plugin in order to accomplish this ? thanks! -- Eyal Edri