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

Remove deprecated jvm-args configuration options from the run and start goals

XMLWordPrintable

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

      The run and start goals have a deprecated <jvm-args/> configuration object. The replacement is <java-opts/> which is an array and named more inline with what WildFly uses for it's environment variable.

      Note that the <jvm-args/> was simply a space delimited listing of JVM options. However this can still be done in the <java-opts/> as the goals have a setter method which accepts a String and creates an array based on the space delimited arguments.

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

              Created:
              Updated:
              Resolved: