Add ability to pass JVM system properties to jmeter execution
-------------------------------------------------------------

                 Key: MOJO-1680
                 URL: http://jira.codehaus.org/browse/MOJO-1680
             Project: Mojo
          Issue Type: New Feature
          Components: chronos
    Affects Versions: chronos-maven-plugin-1.0
            Reporter: Daniel Hopper
            Assignee: Kent Soelvsten


It would be nice to have the ability to pass -Dname=value arguments to jmeter 
execution.  Having some configuration similar to exec-maven-plugin plugin would 
be nice.

{code}
<systemProperties>
  <systemProperty>
    <key>myproperty</key>
    <value>myvalue</value>
  </systemProperty>
</systemProperties>
{code}

In our use case we use system properties to change the URL end points for our 
perf tests on various environments and it would be nice to be able to easily 
switch these environments via a system property.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to