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.

\_(ツ)_/¯
pull/4328/merge
Andy Wilkinson 9 years ago
parent 8ed472d6f9
commit f54b5d7ac1

@ -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>

Loading…
Cancel
Save