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.
Activity
Greg Wilkins
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Jan Bartel [ janb ] |
Jan Bartel
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 6.1.26 [ 16660 ] | |
| Fix Version/s | 7.2.0 [ 16607 ] | |
| Fix Version/s | 8.0.0.M2 [ 16659 ] | |
| Resolution | Fixed [ 1 ] |
Fixed in jetty-6/7/8.
Use the property "jetty.skip=true" eg:
mvn -Djetty.skip=true