maven/maven-model-builder
Guillaume Nodet f2a0865c7a
[MNG-8178] Fall back to system properties for missing profile activation context properties (#1609)
A call to context.getSystemProperties() may yield an empty map, or
one missing the desired key, which makes a subsequent call of
toLowerCase fail with a NullPointerException.

Fall-back to using system properties with the Os.OS_NAME and 
similar values instead.

---------

Co-authored-by: Christian Kohlschütter <christian@kohlschutter.com>
2024-07-11 07:24:58 +02:00
..
src [MNG-8178] Fall back to system properties for missing profile activation context properties (#1609) 2024-07-11 07:24:58 +02:00
pom.xml [MNG-8179] Upgrade Parent to 43 2024-07-10 22:52:34 +02:00