Re: Calling ant tasks from maven pom

2008-06-05 Thread Brett Porter
Niranjan, I think you are looking for the [EMAIL PROTECTED] list. Regards, Brett On 06/06/2008, at 1:37 AM, Niranjan Deshpande wrote: I am trying to execute ant tasks from maven's pom as below. maven-antrun-plugin 1.1 generate-sources run The generate.sh file

Calling ant tasks from maven pom

2008-06-05 Thread Niranjan Deshpande
I am trying to execute ant tasks from maven's pom as below. maven-antrun-plugin 1.1 generate-sources run The generate.sh file has 10 xml files that i want to run as ant -buildfile -filename for the time being I am running the plugin as maven antrun:run, just to fin