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

Remove deprecated command wrapper from the execute-commands goal configuration

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 2.0.0.Final
    • None
    • None
    • None

      The execute-commands goal has a deprecated wrapper for commands. This should be removed in favor of just using:

      <commands>
          <command>:read-attribute(name=server-state)</command>
      </commands>
      

      Instead of:

      <execute-commands>
          <commands>
              <command>:read-attribute(name=server-state)</command>
              <command>invalud</command>
          </commands>
      </execute-commands>
      

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

              Created:
              Updated:
              Resolved: