mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-27 14:22:30 +00:00
DATAEST-235 - Fix Surefire test execution order.
This commit is contained in:
parent
9155ebb1e0
commit
96177eb2fb
13
pom.xml
13
pom.xml
@ -131,6 +131,19 @@
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<useFile>false</useFile>
|
||||
<includes>
|
||||
<include>**/*Tests.java</include>
|
||||
</includes>
|
||||
<runOrder>alphabetical</runOrder>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user