From d2fa7859eed0742b2d6db9b356b29c9e3cf5c04b Mon Sep 17 00:00:00 2001 From: Andrew Cohen Date: Sun, 16 Jul 2017 11:48:31 -0400 Subject: [PATCH] SUREFIRE-1391: Eliminate redundant call to process systemPropertyVariables in the calculation of effective properties Signed-off-by: Andrew Cohen --- .../org/apache/maven/plugin/surefire/SurefireProperties.java | 1 - 1 file changed, 1 deletion(-) diff --git a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/SurefireProperties.java b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/SurefireProperties.java index fd2b4fb42b..9d7c44c654 100644 --- a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/SurefireProperties.java +++ b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/SurefireProperties.java @@ -147,7 +147,6 @@ static SurefireProperties calculateEffectiveProperties( Properties systemPropert result.copyPropertiesFrom( props ); - copyProperties( result, systemPropertyVariables ); copyProperties( result, systemPropertyVariables ); // We used to take all of our system properties and dump them in with the