defining test order to be alphabetical

This commit is contained in:
jstaerk
2022-12-04 15:45:47 +01:00
parent 696040a8df
commit 6cdcbe1036
4 changed files with 28 additions and 0 deletions

View File

@@ -79,6 +79,13 @@
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<runOrder>alphabetical</runOrder>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>