Fixed the missing surefire plugin

This commit is contained in:
Marcin Grzejszczak
2017-02-21 18:01:00 +01:00
parent 6ac48cfc01
commit 08630c580c

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>