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 > > > > --- > > Jamie Kemp > > Software Developer > > Interlink Software Services Ltd > > > > Telephone: +44(0)844 5790950 > > Direct: +44(0)161 4082965 > > E-Mail: <mailto:[email protected]> > [email protected] > > Web: <http://www.interlinksoftware.com/> www.interlinksoftware.com > > > > Before printing, think about the environment > > This Email is confidential. > It may also be legally privileged. If you are not the addressee you may not > copy, forward, disclose or use any part of it. If you have received this > message in error, please delete it and all copies from your system and > notify the sender immediately by return E-mail. > > Internet communications cannot be guaranteed to be timely secure, error or > virus-free. The sender does not accept liability for any errors or > omissions. > > > > Interlink Software Services Ltd. > > Registered Office: Steadings House, Lower Meadow Road, Handforth, Wilmslow, > Cheshire, SK9 3LP. > > Company No: 3183538. Registered in England and Wales. > > > -- Brett Porter [email protected] http://brettporter.wordpress.com/ http://au.linkedin.com/in/brettporter
