Drop TrueZIP dependency on Maven Indexer in favor of java.util.zip.ZipFile class

2013-10-20 Thread Eugenio Cano-Manuel Mendoza
Hello, If I'm not mistaken TrueZIP is only being used to implement the org.apache.maven.index.util.zip interface in maven indexer core. This functionality could also be achieved by using the ZipFile class bundled in the standard java.util.zip package instead without much trouble as the ZipFile int

Re: Drop TrueZIP dependency on Maven Indexer in favor of java.util.zip.ZipFile class

2013-10-20 Thread Eugenio Cano-Manuel Mendoza
Never mind the previous email. I just realized an implementation of this already exists (JavaZipFileHandle class) Regards, Eugenio On Sun, Oct 20, 2013 at 2:04 AM, Eugenio Cano-Manuel Mendoza wrote: > Hello, > > If I'm not mistaken TrueZIP is only being used to implement the > org.apache.maven.i