GitHub user cstamas opened a pull request:

    https://github.com/apache/maven/pull/18

    [MNG-5640] Change order to make sure participants are called

    Even in case of failing build. As currently, in case of failed build 
(`session.getResult().hasExceptions()` return `true`), return statement stops 
and execution never reaches participants for `afterSessionEnd`.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cstamas/maven mng-5640

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven/pull/18.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #18
    
----
commit ab164dc41878b13013b5bf89b337aa990f0686e8
Author: Tamas Cservenak <[email protected]>
Date:   2014-05-30T13:26:54Z

    [MNG-5640] Change order to make sure participants are called
    
    Even in case of failing build.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to