Details
Description
Please support starting jetty (using jetty-maven-plugin) in separate JVM istance than one Maven build is running in. With jetty-maven-plugin running in separate JVM instance, stopping it should exit JVM instance Jetty was running in. This would enable maven code coverage plugins like maven cobertura plugin to get coverage data on time for maven report generation, as these data get stored on JVM exit event.
Issue Links
- is related to
-
JETTY-1429
jetty-maven-plugin depends on jetty-runner which causes problems with IBM JDK
-
Activity
Jan Bartel
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Jan Bartel [ janb ] |
Michael Gorovoy
made changes -
| Assignee | Jan Bartel [ janb ] | Michael Gorovoy [ mgorovoy ] |
Michael Gorovoy
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 7.5.0 [ 17463 ] | |
| Resolution | Fixed [ 1 ] |
Jan Bartel
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Assignee | Michael Gorovoy [ mgorovoy ] | Jan Bartel [ janb ] |
Jan Bartel
made changes -
| Link |
This issue is related to |
Jan Bartel
made changes -
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Fix Version/s | 7.6.5 [ 18545 ] | |
| Fix Version/s | 7.5.0 [ 17463 ] | |
| Resolution | Fixed [ 1 ] |
Jan Bartel
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
Jesse McConnell
made changes -
| Fix Version/s | 7.6.6 [ 18672 ] | |
| Fix Version/s | 7.6.5 [ 18545 ] |
Jan Bartel
made changes -
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Fix Version/s | 8.1.6 [ 18671 ] | |
| Resolution | Fixed [ 1 ] |
Hi Stevo,
I'm not familiar with the way the code-coverage plugins work. I thought most things worked in-process? At what point would the code whose coverage you want to measure get forked with a normal jar-based project?