Can't run ant task in maven 2.0.9

2008-05-04 Thread Matthew Milliss
I've just installed maven 2.0.9 and added the 2.0.9 Maven tasks for ant into my ant install lib directory (ant 1.7) and now when I run my antrun plugin it fails with the message: Embedded error: The following error occurred while executing this line:

Can't run ant task in maven 2.0.9

2008-04-30 Thread Matthew Milliss
I've just installed maven 2.0.9 and added the 2.0.9 Maven tasks for ant into my ant install lib directory (ant 1.7) and now when I run my antrun plugin it fails with the message: Embedded error: The following error occurred while executing this line:

Execute specific process on maven success and failure.

2007-03-03 Thread Matthew Milliss
Does anyone know if there is a way to execute one of two processes dependent on either the success or failure of a maven build. Executng the process needs to be independent of the build lifecycle ie doesn't matter if it fails at clean or test or deploy, just the fact that maven has failed