Skip to content

Commit

Permalink
Run unit tests in alphabetical order (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjlowe authored Oct 12, 2021
1 parent 47a221b commit 573599b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<runOrder>alphabetical</runOrder>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
Expand Down

0 comments on commit 573599b

Please sign in to comment.