User surefire plugin config from Spring Cloud Build.

This commit is contained in:
Olga Maciaszek-Sharma
2022-11-30 22:44:08 +01:00
parent 8d8f82ad0c
commit 0cde956b7e

View File

@@ -223,14 +223,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!-- Sets the VM argument line used when unit tests are run. -->
<argLine>${surefireArgLine}</argLine>
</configuration>
</plugin>
</plugins>
</build>
</profile>