Uploaded image for project: 'WildFly Maven Plugin'
  1. WildFly Maven Plugin
  2. WFMP-124

Introduce a way to execute commands before the deployment is done on the run goal

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 2.1.0.Beta1, 2.1.0.Final
    • 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.

              jperkins-rhn James Perkins
              jperkins-rhn James Perkins
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: