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:
Andy Wilkinson 2015-10-28 14:13:29 +00:00
parent 8ed472d6f9
commit f54b5d7ac1

View File

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