I am developing a plugin with "start" and "stop" goals to be executed typically in pre-integration-test and post-integration-test phases, respectively.
For example, the "start" execution will discover a port that I'd like the "stop" execution to know. Of course, I could use a file or possibly static state to share this value -- but I am wondering if there is a first-class idiom for doing this? Thanks for any advise!
