build: test run order
This commit is contained in:
parent
f248f39506
commit
b066e459c6
|
@ -18,5 +18,16 @@
|
||||||
<module>services</module>
|
<module>services</module>
|
||||||
<module>app</module>
|
<module>app</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
<!-- 测试顺序使用字母顺序 -->
|
||||||
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<runOrder>alphabetical</runOrder>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue