Is the content of JAR file stored in memory while building entire multi-module project? Is the stream still stored in the Heap all the time? I remember this was an issue in Maven while performing deployment or release. I would expect the stream is GCed when child A POM is completed and therefore child B would have enough memory to allocate own stream.
What are recommendations and configurations to save max of memory within the build?
