Re: How to run an ant script within war's pom file

2012-02-15 Thread Dennis Lundberg
Hi Questions like these belong on the users mailing list. Either you mail client or Nabble has stripped all the formating from your xml snippet, making it unreadable. Please resend on the users list. On Mon, Feb 13, 2012 at 6:20 PM, johnjoseph wrote: > Hi Everyone, > > My aim is to run a shell

How to run an ant script within war's pom file

2012-02-13 Thread johnjoseph
Hi Everyone, My aim is to run a shell script during the compilation/package phase within the war project's pom file. I want to run the script only once. I am pretty new to maven and i was able to do something close to that with the below script. Now this code executes during both the compilation a