mirror of
https://github.com/apache/maven.git
synced 2025-02-06 18:18:48 +00:00
Refactoring the current code setting system properties to synchronize correctly on the given ones: avoids ConcurrentModificationException and NullPointerException if the properties is modified by another thread.