Change ordering of deployment tests to keep Cargo happy
For some reason, Cargo fails when the Tomcat deployment tests are run after the TomEE deployment tests. It complains that it can’t find one of its own classes. This commit changes the order so that the TomEE tests run before the Tomcat tests. \_(ツ)_/¯
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
</properties>
|
||||
<modules>
|
||||
<module>spring-boot-deployment-test-glassfish</module>
|
||||
<module>spring-boot-deployment-test-tomcat</module>
|
||||
<module>spring-boot-deployment-test-tomee</module>
|
||||
<module>spring-boot-deployment-test-tomcat</module>
|
||||
<module>spring-boot-deployment-test-wildfly</module>
|
||||
</modules>
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user