-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
None
WFMP-104 removed the beforeDeployment parameter from various places including the run goal. A way to execute commands after the server has started, but before the deployment should be allowed for the run goal.
The other goals should still be able to use the execute-commands goal as they do not block and stop the maven process from running.
One thing to consider is just using the command syntax of:
<commands> <command>/some=path:add</command> </commands>
This would execute commands in the configuration which may not be desired in which case maybe reintroducing the <beforeDeployment/> parameter is desired. Using strings is better than a complex object though.