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

Allowing for $ variables in cli files

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • 1.2.0.Alpha4
    • None
    • None

      I use the plugin to run various cli scripts prior to packaging the server. The xml config file has variables that are resolved from a system.properties file at start time.

      If I have a command line like:
      /socket-binding-group=standard-sockets/socket-binding=iiop:add(interface="unsecure",port="${orb.unsecure-port:10000}")

      the plugin currently evaluates the ${orb.unsecure-port} as variable (maven?) and I get

      <socket-binding name="iiop" interface="unsecure" port="10000"/>

      but I would like to get:

      <socket-binding name="iiop" interface="unsecure" port="${orb.unsecure-port:10000}"/>

              Unassigned Unassigned
              jens.popp@camline.com Jens Popp (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: