Fixed the missing surefire plugin

This commit is contained in:
Marcin Grzejszczak
2017-02-21 18:01:00 +01:00
parent f8e6b00f35
commit 6f0a77cb1f

View File

@@ -362,6 +362,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire.plugin.version}</version>
<configuration>
<!-- Sets the VM argument line used when unit tests are run. -->
<argLine>${surefireArgLine}</argLine>