maven post install plugin?

2009-11-18 Thread eyal edri
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 ?

RE: maven post install plugin?

2009-11-18 Thread Jamie Whitehouse
post install plugin? 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