Skip to content

Commit

Permalink
enforce alpha order
Browse files Browse the repository at this point in the history
  • Loading branch information
lprimak committed Apr 9, 2021
1 parent 99c276f commit 2b69ea0
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@ made subject to such option by the copyright holder. -->
<name>Payara Samples - Payara - Realm Identity Stores</name>
<packaging>war</packaging>

<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<runOrder>alphabetical</runOrder>
</configuration>
</plugin>
</plugins>
</build>

<dependencies>
<dependency>
<groupId>io.smallrye</groupId>
Expand Down

0 comments on commit 2b69ea0

Please sign in to comment.