ExecutionEvent give on the exception encountered (when having mojoFailed 
projectFailed etc ..)
----------------------------------------------------------------------------------------------

                 Key: MNG-4922
                 URL: http://jira.codehaus.org/browse/MNG-4922
             Project: Maven 2 & 3
          Issue Type: Improvement
          Components: Errors, Logging, Plugins and Lifecycle
    Affects Versions: Issues to be reviewed for 3.x
            Reporter: Olivier Lamy


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) :
{code}
ExecutionEvent.getException().
{code}
could be done with 
MojoExecution.getException()
will need some stuff for projectFailed
but at least could be interesting for mojo executions.
WDYT ?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to