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

2005-12-17 Thread dan tran
I must admit with arikkfir 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 mo

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 chanc

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 available/r

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. . On 12/16/05, Dan Tran (JIRA) <[EMAIL PROTECTED]> wrote: > >[ http: