JaCoco Maven Plugin is overriding Surefire argLine, in case you also need to override argLine, be sure to keep argLine variable:
org.apache.maven.plugins
maven-surefire-plugin
2.19.1
-Xmx1024M ${argLine}
Note you can change this property name, as describe in the jacoco plugin documentation.