You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In WriteProjectProperties, to allow system properties to over write key/value found in maven properties, a map.get+map.put is used.
Since Java 8, a simpler map.computeIfPresent could be used.