|
||||||||||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||||||||||
- [mojo-dev] [jira] (MEXEC-115) Problem setting the &q... Jiri Patera (JIRA)
- [mojo-dev] [jira] (MEXEC-115) Problem setting t... Robert Scholte (JIRA)
- [mojo-dev] [jira] (MEXEC-115) Problem setting t... Jiri Patera (JIRA)

This won't work for any Maven-plugin: there's no such thing as "run by executionId". If you call the plugin directly (i.e. exec:exec) only the general configuration is used (which execution.configuration block should otherwise be used?).
What you need to do is specify a phase for every execution, since exec:exec is not bound to a default phase.