Re: Introducing FileList to maven-assembly-plugin's descriptor

2005-12-17 Thread dan tran
I must admit with arikkfirhttp://www.nabble.com/forum/Search.jtp?user=7214 and Heny that you may want to create a copy/move plugin and bind to generate-source. You can use the assembly plugin ( with my introduction of FileList), it is an overkill. Basically, it will unpack your jar, copy one

Introducing FileList to maven-assembly-plugin's descriptor

2005-12-16 Thread dan tran
Hi folks I need a way to copy file and allow file name change ... it is not supported under FileSet descriptor. So I am going to introduce FileList descriptor. Some thing like below. fileList file from/from to/to outputDirectory /file file . /fileList On

Re: Introducing FileList to maven-assembly-plugin's descriptor

2005-12-16 Thread Wendy Smoak
On 12/16/05, dan tran [EMAIL PROTECTED] wrote: I need a way to copy file and allow file name change ... it is not supported under FileSet descriptor. So I am going to introduce FileList descriptor. I need this functionality for jar and war artifacts. Any chance this will be

Re: Introducing FileList to maven-assembly-plugin's descriptor

2005-12-16 Thread Henry Isidro
Wendy Smoak wrote: On 12/16/05, dan tran [EMAIL PROTECTED] wrote: I need a way to copy file and allow file name change ... it is not supported under FileSet descriptor. So I am going to introduce FileList descriptor. I need this functionality for jar and war artifacts. Any chance