Re: plexus-archiver-manager

2005-09-06 Thread Emmanuel Venisse
Trygve Laugstøl wrote: On Mon, Sep 05, 2005 at 06:40:05PM -0700, dan tran wrote: Folks, I think we have a need to create plexus-archiver-manager component to lookup an org.codehaus.plexus.archiver.Archiver/Unachiver based on a archive type (tar, zip, gzip,etc). maven-assembly-plugin will

Re: plexus-archiver-manager

2005-09-06 Thread Brett Porter
I concur. A patch would be great, thanks Dan. - Brett Trygve Laugstøl wrote: >On Mon, Sep 05, 2005 at 06:40:05PM -0700, dan tran wrote: > > >>Folks, I think we have a need to create plexus-archiver-manager component to >>lookup an org.codehaus.plexus.archiver.Archiver

Re: plexus-archiver-manager

2005-09-06 Thread Trygve Laugstøl
On Mon, Sep 05, 2005 at 06:40:05PM -0700, dan tran wrote: > Folks, I think we have a need to create plexus-archiver-manager component to > lookup an org.codehaus.plexus.archiver.Archiver/Unachiver based on a archive > type > (tar, zip, gzip,etc). maven-assembly-plugin will use this

plexus-archiver-manager

2005-09-05 Thread dan tran
Folks, I think we have a need to create plexus-archiver-manager component to lookup an org.codehaus.plexus.archiver.Archiver/Unachiver based on a archive type (tar, zip, gzip,etc). maven-assembly-plugin will use this new class to clean up it's hardcoded archiver types. The implementati