0 Replies Latest reply on Sep 26, 2017 8:48 PM by richardrobinson

    parameterizing arquillian.xml

    richardrobinson

      I've seen some of the other posts on this (rather oldish) -- wondering if there's a way to pass parameters (ideally system parameters) to arquillian.xml file

       

      E.g. ${tomcat.port} in the arquillian.xml file, and mvn -Dtomcat.port=8080 for instance.

       

      Does not seem to work above (would be ideal). And the suggested work arounds <systemPropertyVariables> in surefire plugin configuration do not work for me.