Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.1
-
Fix Version/s: 3.0.2
-
Component/s: Errors, Logging, Plugins and Lifecycle
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
It could be usefull for having the exception details in ExecutionListener impls to have something like (to not wait the end of the maven execution) :
ExecutionEvent.getException().
could be done with
MojoExecution.getException()
will need some stuff for projectFailed
but at least could be interesting for mojo executions.
WDYT ?
Issue Links
- relates to
-
MNG-4926
ExecutionEvent give on the exception encountered (when having projectFailed , forkedProjectFailed)
-
Activity
Benjamin Bentmann
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | Issues to be reviewed for 3.x [ 13145 ] | |
| Affects Version/s | 3.0.1 [ 16331 ] | |
| Affects Version/s | Issues to be reviewed for 3.x [ 13145 ] |
Olivier Lamy
made changes -
| Assignee | Olivier Lamy [ olamy ] |
Olivier Lamy
made changes -
| Summary | ExecutionEvent give on the exception encountered (when having mojoFailed projectFailed etc ..) | ExecutionEvent give on the exception encountered (when having mojoFailed) |
Olivier Lamy
made changes -
| Fix Version/s | 3.0.2 [ 16952 ] | |
| Fix Version/s | Issues to be reviewed for 3.x [ 13145 ] |
Benjamin Bentmann
made changes -
Olivier Lamy
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
Good idea, go for it!