How to create intermediate directories?

2008-03-11 Thread David C. Hicks
I need to create an intermediate directory under target. The only method I've seen, so far, to do this is using the antrun plugin. Is that the accepted method, or is there something more Maven-like? (Seems to me that using Ant to accomplish these things is rather ironic.)

Re: How to create intermediate directories?

2008-03-11 Thread Wayne Fay
If you want to be really Maven-ish, build a plugin. Other than that, the Antrun plugin is perfectly acceptable. Wayne On 3/11/08, David C. Hicks [EMAIL PROTECTED] wrote: I need to create an intermediate directory under target. The only method I've seen, so far, to do this is using the antrun

RE: How to create intermediate directories?

2008-03-11 Thread Brian E. Fox
Usually plugins will create the folder when they have something to put there. Why do you want a random empty folder in target? -Original Message- From: David C. Hicks [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2008 1:20 PM To: users@maven.apache.org Subject: How to create

Re: How to create intermediate directories?

2008-03-11 Thread David C. Hicks
will create the folder when they have something to put there. Why do you want a random empty folder in target? -Original Message- From: David C. Hicks [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2008 1:20 PM To: users@maven.apache.org Subject: How to create intermediate directories? I