Browse Source

User surefire plugin config from Spring Cloud Build.

aot-support
Olga Maciaszek-Sharma 2 years ago
parent
commit
0cde956b7e
  1. 8
      pom.xml

8
pom.xml

@ -223,14 +223,6 @@
</execution> </execution>
</executions> </executions>
</plugin> </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> </plugins>
</build> </build>
</profile> </profile>

Loading…
Cancel
Save