mirror of
https://github.com/apache/maven-mvnd.git
synced 2026-01-14 06:02:14 +08:00
* Set default max heap size to null Let the JVM decide the max heap size instead of using hardcoded defaults to match the behaviour of vanilla Maven. * Add ITs for verifying max heap behaviour - By default no max heap should be set - If configured via jvm.config then max heap should be set but not mvnd.maxHeapSize - If configured via mvnd.maxHeapSize then max heap should be set * Remove defaults memory options * Add missing test project * Fix too small heap size * Fix tests Co-authored-by: Ashhar Hasan <hashhar_dev@outlook.com>