Renaming file with Maven 2 without Ant

2007-03-07 Thread Markku Saarela
Hi, Is it possible to rename file with Maven2 without Ant? I spent some time for digging this information for web but no luck. rgds, Markku - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Renaming file with Maven 2 without Ant

2007-03-07 Thread Petar Tahchiev
On 07/03/07, Markku Saarela [EMAIL PROTECTED] wrote: Hi, Is it possible to rename file with Maven2 without Ant? I spent some time for digging this information for web but no luck. rgds, Markku - To unsubscribe, e-mail:

Re: Renaming file with Maven 2 without Ant

2007-03-07 Thread Markku Saarela
And even without writing own mojo, witch i do if it the only solution. - markku Markku Saarela wrote: Hi, Is it possible to rename file with Maven2 without Ant? I spent some time for digging this information for web but no luck. rgds, Markku

Re: Renaming file with Maven 2 without Ant

2007-03-07 Thread Wayne Fay
Mojo plugins (for something like this) are exceptionally trivial -- you should give it a try. Wayne On 3/7/07, Markku Saarela [EMAIL PROTECTED] wrote: And even without writing own mojo, witch i do if it the only solution. - markku Markku Saarela wrote: Hi, Is it possible to rename file

Re: Renaming file with Maven 2 without Ant

2007-03-07 Thread Markku Saarela
Yes I know, I have allready done this plugin, but I just wanted to know if some plugin has allready this functionality ;-). Markku Wayne Fay wrote: Mojo plugins (for something like this) are exceptionally trivial -- you should give it a try. Wayne On 3/7/07, Markku Saarela [EMAIL PROTECTED]

Re: Renaming file with Maven 2 without Ant

2007-03-07 Thread Kalle Korhonen
You can rename files with the assembly plugin. Depending on what type of file it is you want to rename it may or may not make sense to do it in/with assembly. Kalle On 3/7/07, Markku Saarela [EMAIL PROTECTED] wrote: Yes I know, I have allready done this plugin, but I just wanted to know if