RE: Renaming resulting directory from war:exploded

2008-02-06 Thread Allen, Daniel
goals in the plugin, but I didn't try it. ~Dan Allen -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 05, 2008 6:05 PM To: Maven Users List Subject: Re: Renaming resulting directory from war:exploded Not sure why your Ant script isn't working. Are you

Re: Renaming resulting directory from war:exploded

2008-02-06 Thread Wayne Fay
product instead of an intermediary). It may apply to other goals in the plugin, but I didn't try it. ~Dan Allen -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 05, 2008 6:05 PM To: Maven Users List Subject: Re: Renaming resulting directory from

RE: Renaming resulting directory from war:exploded

2008-02-06 Thread Allen, Daniel
? -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 06, 2008 12:38 PM To: Maven Users List Subject: Re: Renaming resulting directory from war:exploded Good point, Daniel. I hadn't considered that parameter. This parameter is covered in the docs, but it may

Renaming resulting directory from war:exploded

2008-02-05 Thread Allen, Daniel
Hi all, I've been using the war plugin to package up a web app. However, to save time, it would be great if the result had a consistent name so that we could copy it directly into the Tomcat/webapps directory and have it startup with the proper context path. In the call to the war plugin, I

Re: Renaming resulting directory from war:exploded

2008-02-05 Thread Wayne Fay
Not sure why your Ant script isn't working. Are you sure it works if you execute it in Ant? I'm not sure when exploded is bound -- check -X to make sure your Ant happens after exploded etc. You could also patch the war plugin to support an additional parameter (or just use warName) when