We had somewhat of a discussion regarding this class on the maven dev list over the weekend, some people wanted this code inside commons-compress:
Code is here: https://github.com/krosenvold/plexus-archiver/blob/2.x/src/main/java/org/codehaus/plexus/archiver/zip/ConcurrentJarCreator.java I have been thinking a little about this, and my personal preference is maybe it would be better for a subsequent release; I think it probably belongs in c-c. But I also think the exact api of this class is still a bit immature, and it will probably evolve a fair bit more as I take full consequence of the new api inside maven code. I'm sure ant code would have the same challenges. We could of course add it with a huge warning about unstable api etc. the "problem" right now is that the code in c-c is more like a low-level toolbox. The knowledge of how to create a final well-formed jar file is inside ConcurrentJarCreator. Kristian --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org