There is a option in @Deployment annotation to specify whether the deployment is managed or not.
API doc says “Describes whether or not this deployment should be deployed by Arquillian.” I couldn’t find examples based on this option. Can anyone throw some light on its usage?
Is it possible to manage the deployment manually and use the arquillian for just testing purpose?