You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by agudian <gi...@git.apache.org> on 2013/01/11 23:09:01 UTC

maven-shared pull request: [SUREFIRE-946] Allow execution of a callback aft...

GitHub user agudian opened a pull request:

    https://github.com/apache/maven-shared/pull/2

    [SUREFIRE-946] Allow execution of a callback after the process finished,...

    ... or the timeout ran up.
    
    The callback is invoked, before calling waitForPumpers, allowing clients to release possible locks on or in the in/out streams.

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

    $ git pull https://github.com/agudian/maven-shared SUREFIRE-946

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

    https://github.com/apache/maven-shared/pull/2.patch

----
commit 3eca1cae5228f32cf81434ab0d728f518862076d
Author: agudian <an...@gmail.com>
Date:   2013-01-11T22:06:08Z

    [SUREFIRE-946] Allow execution of a callback after the process finished, or the timeout ran up.
    
    The callback is invoked, before calling waitForPumpers, allowing clients to release possible locks on or in the in/out streams.

----


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org