Hi committers, On our project, we need some finer control of what happens during the lifecycle of the reactor tag. We are about to make some change to it. Of course, we'd like to commit back these changes. I'm just testing the waters here to see if you'd be happy with those changes.
We are proposing to support the following usage: <reactor [...]> <beforeProject>[...]</beforeProject> <onFailure exceptionVar="exception">[...]</onFailure> <afterProject>[...]</afterProject> </reactor> The <beforeProject>, <onFailure> and <afterProject> tags are optional of course and allow implementing some custom logic using Jelly. The nested logic will be executed in the project's context and thus the usual ${pom} and other properties are available. Ok to commit this when we have it working? Thanks -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]