You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Arthur Rodrigues Stilben <ar...@extendnet.com.br> on 2007/12/06 21:30:37 UTC

Create dir

I would like to know how can I create a directory in the windows using maven.


Arthur Rodrigues Stilben

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Create dir

Posted by Wayne Fay <wa...@gmail.com>.
Tell us what you're really trying to do (ultimate goal), and we can
probably help you better.

If you just want to create a directory, then use the antrun plugin
with <mkdir ...>, or write your own plugin and invoke it.

Wayne

On 12/6/07, Arthur  Rodrigues Stilben <ar...@extendnet.com.br> wrote:
> I would like to know how can I create a directory in the windows using maven.
>
>
> Arthur Rodrigues Stilben
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org