Tibor17 commented on a change in pull request #152: [SUREFIRE-1378] Nice to have systemPropertiesFile configurable by user property URL: https://github.com/apache/maven-surefire/pull/152#discussion_r180249519
########## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java ########## @@ -1033,11 +1025,11 @@ private SurefireProperties setupProperties() SurefireProperties sysProps = null; try { - sysProps = SurefireProperties.loadProperties( systemPropertiesFile ); + sysProps = SurefireProperties.loadProperties(getSystemPropertiesFile()); } catch ( IOException e ) { - String msg = "The system property file '" + systemPropertiesFile.getAbsolutePath() + "' can't be read."; + String msg = "The system property file '" + getSystemPropertiesFile().getAbsolutePath() + "' can't be read."; Review comment: `+` at new line ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services