Re: copy\move plugin

2009-07-24 Thread Alexander Vaysberg
mailto:the.malk...@gmail.com] Sent: 23 July 2009 10:37 To: Maven Users List Subject: Re: copy\move plugin Nope, client looks exactly like server. They have no code difference. Only some configuration files. 2009/7/23 Alexander

Re: copy\move plugin

2009-07-23 Thread Dan Tran
maven-antrun-plugin? On Wed, Jul 22, 2009 at 11:24 PM, Alexanderthe.malk...@gmail.com wrote: Hello all, Does maven have any plugin that provides simple task as copy\move files? Sure, I could invoke ant task but really want to do all in *maven style. *I need to juggle with files a little. *

Re: copy\move plugin

2009-07-23 Thread Alexander
Hello, I knew about that plugin, but thanks anyway. With that plugin I could emulate so many maven plugins, you know.. But I'm trying to move to maven from ant and wondering if I could use some maven kung-fu. 2009/7/23 Dan Tran dant...@gmail.com maven-antrun-plugin? On Wed, Jul 22, 2009 at

Re: copy\move plugin

2009-07-23 Thread Dan Tran
plugin is a plugin, as long as it can do the job. Doubt you can find another one to do that job. -D On Wed, Jul 22, 2009 at 11:31 PM, Alexanderthe.malk...@gmail.com wrote: Hello, I knew about that plugin, but thanks anyway. With that plugin I could emulate so many maven plugins, you know..

Re: copy\move plugin

2009-07-23 Thread Alexander
-Ursprüngliche Nachricht- Von: Alexander [mailto:the.malk...@gmail.com] Gesendet: Donnerstag, 23. Juli 2009 08:32 An: Maven Users List Betreff: Re: copy\move plugin Hello, I knew about that plugin, but thanks anyway. With that plugin I could emulate so many maven plugins

Re: copy\move plugin

2009-07-23 Thread Alexander
An: Maven Users List Betreff: Re: copy\move plugin Hello, You copy files to output (target) directory or to any other? I thought resource plugin helps with copying files from somewhere to output (target) only directory. 2009/7/23 Lewis, Eric eric.le...@ipi.ch I do my copying

Re: copy\move plugin

2009-07-23 Thread Alexander Vaysberg
and excluding files and directories'. Best regards, Eric -Ursprüngliche Nachricht- Von: Alexander [mailto:the.malk...@gmail.com] Gesendet: Donnerstag, 23. Juli 2009 09:48 An: Maven Users List Betreff: Re: copy\move plugin Hello, You copy files to output (target) directory or to any other? I

Re: copy\move plugin

2009-07-23 Thread Alexander
2009 09:48 An: Maven Users List Betreff: Re: copy\move plugin Hello, You copy files to output (target) directory or to any other? I thought resource plugin helps with copying files from somewhere to output (target) only directory. 2009/7/23 Lewis, Eric eric.le...@ipi.ch I do my

Re: copy\move plugin

2009-07-23 Thread Alexander Vaysberg
and excluding files and directories'. Best regards, Eric -Ursprüngliche Nachricht- Von: Alexander [mailto:the.malk...@gmail.com] Gesendet: Donnerstag, 23. Juli 2009 09:48 An: Maven Users List Betreff: Re: copy\move plugin Hello, You copy files to output (target) directory

Re: copy\move plugin

2009-07-23 Thread Alexander
...@gmail.com] Gesendet: Donnerstag, 23. Juli 2009 09:48 An: Maven Users List Betreff: Re: copy\move plugin Hello, You copy files to output (target) directory or to any other? I thought resource plugin helps with copying files from somewhere to output (target) only directory. 2009/7/23

RE: copy\move plugin

2009-07-23 Thread Jonathan Woods
Then it might be more naturally 'Maven' to have 3 projects, 2 of them depending on the common third. -Original Message- From: Alexander [mailto:the.malk...@gmail.com] Sent: 23 July 2009 10:37 To: Maven Users List Subject: Re: copy\move plugin Nope, client looks exactly like

Re: copy\move plugin

2009-07-23 Thread Alexander Vaysberg
with the resource plugin, which works nicely. Best regards, Eric -Ursprüngliche Nachricht- Von: Alexander [mailto:the.malk...@gmail.com] Gesendet: Donnerstag, 23. Juli 2009 08:32 An: Maven Users List Betreff: Re: copy\move plugin Hello, I knew about that plugin, but thanks anyway

Re: copy\move plugin

2009-07-23 Thread Markku Saarela
naturally 'Maven' to have 3 projects, 2 of them depending on the common third. -Original Message- From: Alexander [mailto:the.malk...@gmail.com] Sent: 23 July 2009 10:37 To: Maven Users List Subject: Re: copy\move plugin Nope, client looks exactly like server. They have no code difference. Only

Re: copy\move plugin

2009-07-23 Thread Alexander
- From: Alexander [mailto:the.malk...@gmail.com] Sent: 23 July 2009 10:37 To: Maven Users List Subject: Re: copy\move plugin Nope, client looks exactly like server. They have no code difference. Only some configuration files. 2009/7/23 Alexander Vaysberg w...@vaisberg.de The simply