hpi:run not honoring systemProperties jetty:port and hudson.udp

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Minor
    • Component/s: maven-plugin
    • None

      If you configure http and udp port by specifying the following configuration for the hpi plugin, the ports will not be honored if you set the same config by using -D it will work correctly.

      <configuration>
                <systemProperties>
                   <property>
                      <name>jetty.port</name>
                      <value>8083</value>
                   </property>
                  <property>
                    <name>hudson.udp</name>
                    <value>33852</value>
                  </property>
                </systemProperties>
      </configuration>
      

            Assignee:
            Unassigned
            Reporter:
            Alvaro Lobato
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: