BAEL-8504 Fix surefire configs of spring-5 projects part 2

- Disabled surefire configs, will be controlled by parent pom.xml
This commit is contained in:
Dhawal Kapil 2018-08-28 20:28:13 +05:30
parent 1d0eadf585
commit d635b3b05f
1 changed files with 0 additions and 11 deletions

View File

@ -487,17 +487,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!-- Force alphabetical order to have a reproducible build -->
<runOrder>alphabetical</runOrder>
<excludes>
<exclude>**/*IntTest.java</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>