Details
Description
Please provide skip flag configuration for jetty maven plugin.
I use jetty for integration-testing in pre/post-integration test phases. When skipping integration-test phase I also expect jetty not to start and stop in pre/post phase. For that skip parameters would be very handy.
Currently I use profiles for this but setting directly a skip flag would be more straightforward.
Fixed in jetty-6/7/8.
Use the property "jetty.skip=true" eg:
mvn -Djetty.skip=true