We use the post build hook to execute a signtool which uses a PFX certificate to sign the created assembly. We use this as an alternative to strong naming which is not possible in our environment.
I will take a look at being able to add a task after compilation. I am still relatively new to Maven as a whole so not very sure how I would go about this. Thanks, Jamie -----Original Message----- From: Brett Porter [mailto:[email protected]] On Behalf Of Brett Porter Sent: 24 March 2011 11:23 To: [email protected] Subject: Re: Post compile action What command are you running, and when are you expecting it to be needed? Maven doesn't have a general post build hook, but you can certainly use the build lifecycle to add a task after compilation but before other tasks like "install". - Brett On 24/03/2011, at 9:51 PM, Jamie Kemp wrote: > Hi, > > > > I am currently trying to get NPanday working in our build environment. Can > you advise if it is possible to action a post build event using > NPanday/Maven? > > > > Thanks, > > > > Jamie > > > -- Brett Porter [email protected] http://brettporter.wordpress.com/ http://au.linkedin.com/in/brettporter
