You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Paul Gier <pg...@redhat.com> on 2007/04/24 00:55:06 UTC

Accessing an execution id from pom

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org