very close to what i need, except the ability manipulate tgz, tbz2, tar format as well.
I also found TrueZip has a very simple api to manipulate those type of archives. no name preference? -D On Sat, Sep 6, 2008 at 3:51 AM, Paul <[EMAIL PROTECTED]> wrote: > I don't know what is exactly you needs but maybe the jaroverlay-maven-plugin I > started would fit them, it is not limited to java archives but can work with > all zip files (not tarballs ATM). > > http://code.google.com/p/jaroverlay-maven-plugin/ > > The plugin is not finished but with some care it can do its work. I'm already > using it in production. > > The 0.1-SNAPSHOT version deployed in the repository contains the actual trunk. > > Paul > > > Le Saturday 06 September 2008 05:53:42 Dan Tran, vous avez écrit : >> I have a need to manipulate an existing archive type ( ie zip, jar, >> tgz, tbz2, etc ) on the fly at build time. >> >> So I will cook up a plugin base on the TrueZip api to implement copy, >> list, remove mojos >> >> should I go with truezip-maven-plugin to give it the credit or with a >> more abstract name archive-maven-plugin? >> >> Also is there anyone out there have such a need? >> >> Thought? >> >> -D > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
