Right. Copypaste of the plugin doesn't work because Maven is declarative.
One instance of exec-maven-plugin with multiple <execution>s, each
having its own ID (since the default is to collide) and its own set of
arguments, appears to be what's intended.
Unfortunately only the first <execution> seems to be running.
Undoubtedly a Maven-beginner error, misunderstanding some bit of idiom,
but I haven't yet flailed my way to a solution.
I've opened this as an Issue, mostly because I think it's worth
explicitly adding an example of this sort to the documentation to help
other novices. That is, assuming that what I want to do is possible.
Which it should be, right?
https://github.com/mojohaus/exec-maven-plugin/issues/388
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org