2 Replies Latest reply on Apr 25, 2011 5:08 AM by toddpi314

    Arquillian jbossas-remote httpPort dynamic setting

    toddpi314

      I have a pom that is testable against my local dev container with configuration

       

      <container qualifier="jbossas-remote" default="true">
           <property name="httpPort">8181</property>
      </container>
      

       

      What is the parameter to update this Port value dynamically from my Hudson Build projects?

      Do I have to do dynamic resource variable swapping on arquillian.xml, or can I do this on the args list?