|
||||||||||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||||||||||
- [mojo-dev] [jira] (MCHRONOS-53) Not possible to us... JIRA
- [mojo-dev] [jira] (MCHRONOS-53) Not possible ... Christian Gasser (JIRA)

In order to be able to pass jvm arguments using the 'options' parameter, 'options' are inserted before the JMeter jar directive.
In order to be able to pass parameters to JMeter we now introduced an optional 'jmeterOptions' paramater which are appended to the command line.
Thus you should be able to pass parameters to JMeter itself with a configuration like:
<configuration>
{basedir}/src/main/resources/testplans/jmeter_testplan_pi.jmx</input><input>$
<jmeterVersion>2.8</jmeterVersion>
<jmeterhome>${basedir}
/target/jmeter</jmeterhome>
{basedir}<jmeterOptions>
<jmeterOption>-p</jmeterOption>
<jmeterOption>$
/src/main/resources/env/local.properties</jmeterOption>
</jmeterOptions>
</configuration>