This content has been marked as final.
Show 1 reply
-
1. Re: deploy ear before testing
ssilvert Oct 25, 2010 9:49 AM (in response to dreske01)I haven't tried this, but perhaps you could set the EAR's test source directory to be inside the WAR's project module. Then make sure all the Cargo and Cactus stuff executes in the EAR module. That way the tests would be packaged with the WAR when the WAR is built but the testing would happen during the integration test phase of the EAR.
Stan