Re: Jar plugin: Per-entry compression settings?

2019-03-08 Thread Robert Scholte
It seems like you want to improveĀ  https://maven.apache.org/shared/maven-archiver/ thanks, Robert On 7-3-2019 14:01:43, Mark Raynsford wrote: Hello. I have a jar file that contains a lot of resources and class files that compress well, and also a few resources that not only don't compress well

Jar plugin: Per-entry compression settings?

2019-03-07 Thread Mark Raynsford
Hello. I have a jar file that contains a lot of resources and class files that compress well, and also a few resources that not only don't compress well but that I'd actually like to be able to mmap() by parsing the jar and mapping those sections of the file into memory. Being able to mmap(),