Is there a way I can access the current execution ID if I have multiple executions of a plugin? I have multiple executions of the surefire plugin, and I would like the output to go to a different directory for each execution.

So in my plugin configuration I would like to have something like:
<configuraiton>
 <reportsDirectory>|surefire-reports/${executionId}|</reportsDirectory>
</configuration>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to