I am using Jetty and Selenium to automate some unit tests from my Maven 2. We only really want to run these tests as part of the CI build and would like to control it via the -Dmaven.test.skip
property.
I cannot find a way to apply this to the executions for the Jetty plugin. Am I missing something obvious?